This commit is contained in:
Дмитрий Экономов 2024-05-20 15:04:40 +03:00
parent 616ef1f948
commit 8a6bfbc62c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
build build
.vscode .vscode
.venv .venv
srv1

View File

@ -24,4 +24,4 @@ async def get_stat():
async def root(): async def root():
return {'message': 'hello world'} return {'message': 'hello world'}
uvicorn.run(app, host="0.0.0.0", port=12346)#123 uvicorn.run(app, host="0.0.0.0", port=12346)