Improve stability and functionalities

This commit is contained in:
DomySh
2022-06-30 16:00:58 +02:00
parent 02124c817b
commit 2dacd49623
2 changed files with 1 additions and 0 deletions

View File

@@ -321,6 +321,7 @@ async def catch_all(full_path:str):
if __name__ == '__main__':
# os.environ {PORT = Backend Port (Main Port), F_PORT = Frontend Port}
os.chdir(os.path.dirname(os.path.realpath(__file__)))
uvicorn.run(
"app:app",
host="0.0.0.0",