edit : 상수값 수정
This commit is contained in:
@@ -93,7 +93,7 @@ def create_app():
|
||||
# fast_api_app.include_router(dev.router, tags=['Developments'], prefix='/api', dependencies=[Depends(API_KEY_HEADER)])
|
||||
|
||||
import os
|
||||
fast_api_app.mount('/static', StaticFiles(directory=os.path.abspath('./rest/app/static')), name="static")
|
||||
# fast_api_app.mount('/static', StaticFiles(directory=os.path.abspath('./rest/app/static')), name="static")
|
||||
|
||||
return fast_api_app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user