Fix FastAPI server command and host address

Updated FastAPI server command and default host address.
This commit is contained in:
gkb
2025-12-21 18:42:37 -05:00
committed by GitHub
parent 59bcb29613
commit da6922db0c
+2 -2
View File
@@ -38,10 +38,10 @@ ROBLOSECURITY=<cookie> # Your Roblox roblosecurity cookie (only needed f
Start the FastAPI server:
```bash
uv run fastapi dev src/main.py
uv run fastapi run src/main.py
```
The server will run on `http://localhost:8000` by default.
The server will run on `http://0.0.0.0:8000` by default.
## Usage