diff options
Diffstat (limited to 'run_API.sh')
-rw-r--r-- | run_API.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -uvicorn API:app --reload --host 127.0.0.1 --port 25565
\ No newline at end of file +uvicorn API:app --reload --host 0.0.0.0 --port 80
\ No newline at end of file |