[backend] fix: 修复main.py导入路径问题
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ from fastapi.exceptions import HTTPException, RequestValidationError
|
||||
from starlette.exceptions import HTTPException as StarletteHTTPException
|
||||
from config.settings import get_settings
|
||||
from config.database import init_db
|
||||
from src.routes import auth_router, users_router, projects_router
|
||||
from src.routes import auth_router, users_router
|
||||
from src.routes.projects import router as projects_router
|
||||
|
||||
settings = get_settings()
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user