Merge branch 'bank-simbrella-calls' into vivian-update-01
This commit was merged in pull request #4.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user