Spaces:
Running
Running
Update main.py
Browse files
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
|