@@ -1,7 +1,9 @@
from fastapi import FastAPI
from src.web.protected_routes.routes import router as protected_router
import uvicorn
app=FastAPI(root_path="/")
app.include_router(router=protected_router)
@app.get("")
def root()->dict:
The note is not visible to the blocked user.