darshan8950 commited on
Commit
c8c3002
·
verified ·
1 Parent(s): 25f7cba

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -43,7 +43,7 @@ def recommendation():
43
 
44
 
45
  @app.route('/get_mentor', methods=['POST'])
46
- def recommendation():
47
  content = request.json
48
  user_degree = content.get('degree')
49
  user_stream = content.get('stream')
 
43
 
44
 
45
  @app.route('/get_mentor', methods=['POST'])
46
+ def mentor():
47
  content = request.json
48
  user_degree = content.get('degree')
49
  user_stream = content.get('stream')