This commit is contained in:
2026-08-12 18:36:56 +03:00
parent 50201542da
commit e23a6fc569
9 changed files with 172 additions and 55 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ def create_dirs():
def main():
create_dirs()
uvicorn.run("main:app", reload=True)
uvicorn.run("main:app", host="0.0.0.0", reload=True)
if __name__=="__main__":
main()