kassa work correct

This commit is contained in:
Gitea
2022-01-20 17:56:38 +09:00
parent 831bb26887
commit 11d3d2644f
7 changed files with 57 additions and 30 deletions

View File

@ -41,4 +41,4 @@ app.include_router(
)
if __name__ == "__main__":
uvicorn.run("main:app", host="0.0.0.0", port=5000)
uvicorn.run("main:app", host="0.0.0.0", port=4321)