[add]: threading for Kafa integration
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ def create_app():
|
||||
app.config.from_object(Config)
|
||||
|
||||
|
||||
CORS(app)
|
||||
CORS(app, supports_credentials=True)
|
||||
|
||||
# Swagger Doc
|
||||
SWAGGER_URL = app.config.get("SWAGGER_URL")
|
||||
|
||||
Reference in New Issue
Block a user