test pr deploy

This commit is contained in:
2025-10-05 22:53:51 +02:00
parent 316939b53c
commit 31bebaf247

View File

@@ -48,7 +48,7 @@ app.include_router(
# Liveness/root endpoint # Liveness/root endpoint
@app.get("/", include_in_schema=False) @app.get("/", include_in_schema=False)
async def root(): async def root():
return {"status": "ok"} return {"status": "ok", "message": "Welcome to the FastAPI application!"}
@app.get("/authenticated-route") @app.get("/authenticated-route")