removed unvicorn

This commit is contained in:
dan
2021-10-29 23:01:38 -04:00
parent 3db2761a66
commit 9a799c39d3
3 changed files with 2 additions and 3 deletions

2
app.py
View File

@@ -14,4 +14,4 @@ def index():
if __name__ == '__main__':
app.run()
serve(app, host='0.0.0.0', port=8000)