Swapnil-101 commited on
Commit
048a335
·
verified ·
1 Parent(s): 136afb2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -21,7 +21,7 @@ with open(file_path, "r") as file:
21
  def home():
22
  return jsonify({"message": "Welcome to the Recommendation API!"})
23
 
24
- app.config['JWT_SECRET_KEY'] = 123456
25
  jwt = JWTManager(app)
26
 
27
  # Setup Google OAuth
 
21
  def home():
22
  return jsonify({"message": "Welcome to the Recommendation API!"})
23
 
24
+ app.config['JWT_SECRET_KEY'] = "123456"
25
  jwt = JWTManager(app)
26
 
27
  # Setup Google OAuth