fix problems
This commit is contained in:
@@ -3,10 +3,10 @@ from pathlib import Path
|
||||
import uvicorn
|
||||
from fastapi import FastAPI
|
||||
|
||||
from src.web.protected_routes.auth_routes import router as protected_router
|
||||
from src.web.protected_routes.protected_user_action_routes import (
|
||||
router as protected_user_action_routes,
|
||||
)
|
||||
from src.web.protected_routes.routes import router as protected_router
|
||||
|
||||
app=FastAPI(root_path="/")
|
||||
app.include_router(router=protected_router)
|
||||
|
||||
Reference in New Issue
Block a user