code styling

This commit is contained in:
Oscar Krause 2023-01-02 18:04:14 +01:00
parent 0853dd64cb
commit ab996bb030
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ async def index():
@app.get('/status', summary='* Status', description='returns current service status, version (incl. git-commit) and some variables.', deprecated=True)
async def status(request: Request):
async def status():
return JSONResponse({'status': 'up', 'version': VERSION, 'commit': COMMIT, 'debug': DEBUG})