diff options
Diffstat (limited to 'run_API.bat')
-rw-r--r-- | run_API.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_API.bat b/run_API.bat index 552ccb0..4fd4298 100644 --- a/run_API.bat +++ b/run_API.bat @@ -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 |