diff --git a/.gitignore b/.gitignore index 6571634..cf054d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build .vscode .venv +srv1 \ No newline at end of file diff --git a/main.py b/main.py index dd78e57..e4a1769 100644 --- a/main.py +++ b/main.py @@ -24,4 +24,4 @@ async def get_stat(): async def root(): 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)