CLI: Fix status page function name already used

This commit is contained in:
deajan 2025-01-14 18:32:52 +01:00
parent 4f06e2810f
commit 233a608db4

View file

@ -82,7 +82,7 @@ async def api_root(auth=Depends(get_current_username)):
@app.get("/status")
async def api_root():
async def api_status():
if crud.is_enabled():
return {
"app": "running",