We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a571d10 commit a7ac199Copy full SHA for a7ac199
api/app.py
@@ -18,7 +18,7 @@
18
jwt = JWTManager(app)
19
20
app.register_blueprint(auth)
21
-app.register_blueprint(profile_bp, url_prefix="/api")
+app.register_blueprint(profile_bp)
22
23
# Middleware to protect routes
24
def jwt_protected_function(fn):
0 commit comments