Skip to content

Commit a7ac199

Browse files
committed
test to fix register blueprint
1 parent a571d10 commit a7ac199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
jwt = JWTManager(app)
1919

2020
app.register_blueprint(auth)
21-
app.register_blueprint(profile_bp, url_prefix="/api")
21+
app.register_blueprint(profile_bp)
2222

2323
# Middleware to protect routes
2424
def jwt_protected_function(fn):

0 commit comments

Comments
 (0)