@@ -66,7 +66,7 @@ async def fastapi_list_projects() -> list[str]:
return list_project()
@app.get("/haveproject/")
sync def fastapi_have_project(network: str):
async def fastapi_have_project(network: str):
return have_project(network)
@app.post("/createproject/")
The note is not visible to the blocked user.