Skip to content

Commit

Permalink
code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
collinwebdesigns committed Mar 20, 2023
1 parent 86f703a commit e42dc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def _index():


@app.get('/-/health', summary='* Health')
async def _health(request: Request):
async def _health():
return JSONr({'status': 'up'})


Expand Down

0 comments on commit e42dc6a

Please sign in to comment.