Merge branch 'bank-simbrella-calls' into vivian-update-01

This commit was merged in pull request #4.
This commit is contained in:
VivianDee
2025-04-04 09:56:37 +01:00
22 changed files with 80 additions and 34 deletions
+1
View File
@@ -26,6 +26,7 @@ def create_app():
CORS(app)
JWTManager(app)
CORS(app, supports_credentials=True)
# Swagger Doc
SWAGGER_URL = app.config.get("SWAGGER_URL")