mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
remove poetry from dockerfile
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ def create_api():
|
||||
description=open_api_description,
|
||||
)
|
||||
|
||||
app = OpenAPI(__name__, info=api_info)
|
||||
app = OpenAPI(__name__, info=api_info, doc_prefix="/docs")
|
||||
|
||||
CORS(app, origins="*")
|
||||
Compress(app)
|
||||
|
||||
Reference in New Issue
Block a user