fix: コンフリクトの解消ミスを修正
This commit is contained in:
parent
70399c2faa
commit
1cc17f3116
@ -5,7 +5,9 @@ from fastapi.staticfiles import StaticFiles
|
||||
from starlette import status
|
||||
|
||||
import src.static as static
|
||||
from src.controller import bio, bio_download, healthcheck, ultmarc, login, logout, menu
|
||||
from src.controller import (bio, bio_download, healthcheck, login, logout,
|
||||
menu, root, ultmarc)
|
||||
from src.controller.sample_send_file import router as sample_router
|
||||
from src.core import tasks
|
||||
from src.error.exception_handler import http_exception_handler
|
||||
from src.error.exceptions import UnexpectedException
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user