ParthCodes commited on
Commit
fec1b0d
·
verified ·
1 Parent(s): 97e1e6d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -843,7 +843,7 @@ def roadmap():
843
 
844
 
845
  @app.route('/roadmap/history', methods=['GET'])
846
- # @auth_user
847
  def roadmapGetHistory():
848
  userId = request.userId
849
  print(userId)
 
843
 
844
 
845
  @app.route('/roadmap/history', methods=['GET'])
846
+ @auth_user
847
  def roadmapGetHistory():
848
  userId = request.userId
849
  print(userId)