diff --git a/backend/app/main.py b/backend/app/main.py index b8b8e14..670089e 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -9,7 +9,7 @@ from fastapi import Request from fastapi.middleware.cors import CORSMiddleware from fastapi.responses import JSONResponse -from backend.app.api.router import api_router +from backend.app.api.routes import api_router from backend.app.core.config import get_settings from backend.app.core.exceptions import AppException