@ -9,7 +9,7 @@ app.add_middleware(
CORSMiddleware,
allow_origins=["*"],
allow_methods=["*"],
allow_headers=["*"]
allow_headers=["*"],
)
@ -17,4 +17,5 @@ app.add_middleware(
async def index() -> str:
return "Version 0.0.1"
app.include_router(auth.router)
The note is not visible to the blocked user.