fix: コンフリクトの解消ミスを修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-06-15 15:05:45 +09:00
parent 70399c2faa
commit 1cc17f3116

View File

@ -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