mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 06:57:47 +01:00
test pr deploy
This commit is contained in:
@@ -48,7 +48,7 @@ app.include_router(
|
||||
# Liveness/root endpoint
|
||||
@app.get("/", include_in_schema=False)
|
||||
async def root():
|
||||
return {"status": "ok"}
|
||||
return {"status": "ok", "message": "Welcome to the FastAPI application!"}
|
||||
|
||||
|
||||
@app.get("/authenticated-route")
|
||||
|
||||
Reference in New Issue
Block a user