/ping
@@ -17,3 +17,7 @@ async def lifespan(app: FastAPI):
app = FastAPI(lifespan=lifespan)
app.include_router(router=api_router)
@app.get('/ping')
async def ping():
return 'Ok'
The note is not visible to the blocked user.