@@ -24,6 +24,13 @@ app = FastAPI(
)
@app.get(
'/ping'
async def ping():
return {'pong': True}
@app.post(
'/update',
response_model=UpdateResponse
The note is not visible to the blocked user.