Skip to content

Commit

Permalink
feat: refactor instance life scope
Browse files Browse the repository at this point in the history
Signed-off-by: binaryYuki <[email protected]>
  • Loading branch information
binaryYuki committed Oct 9, 2024
1 parent 11bf9d8 commit 166a80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async def index():
</pre>
"""

return HTMLResponse(content=info)
return HTMLResponse(content=html)


@app.api_route('/healthz', methods=['GET'])
Expand Down

0 comments on commit 166a80d

Please sign in to comment.