This commit is contained in:
osiris account 2023-03-12 15:32:23 -07:00
parent 0696b08d04
commit 314bdf533e
94 changed files with 11 additions and 7 deletions

View file

@ -1,4 +0,0 @@
import uvicorn
if __name__ == "__main__":
uvicorn.run("api.api:app", host="0.0.0.0", port=8000, reload=True)