Merge pull request #335 feature-NEWDWH2021-1377 into develop-fix-webapp-vulnerability
This commit is contained in:
commit
3e0548d0bc
@ -11,7 +11,7 @@ from src.core import task
|
||||
from src.error.exception_handler import http_exception_handler
|
||||
from src.error.exceptions import UnexpectedException
|
||||
|
||||
app = FastAPI()
|
||||
app = FastAPI(openapi_url=None)
|
||||
|
||||
# 静的ファイルをマウント
|
||||
app.mount('/static', StaticFiles(directory=path.dirname(static.__file__)), name='static')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user