forked from oscar.krause/fastapi-dls
code styling
This commit is contained in:
parent
86f703a36c
commit
e42dc6aa86
@ -82,7 +82,7 @@ async def _index():
|
||||
|
||||
|
||||
@app.get('/-/health', summary='* Health')
|
||||
async def _health(request: Request):
|
||||
async def _health():
|
||||
return JSONr({'status': 'up'})
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user