Fix FastAPI server command and host address
Updated FastAPI server command and default host address.
This commit is contained in:
@@ -38,10 +38,10 @@ ROBLOSECURITY=<cookie> # Your Roblox roblosecurity cookie (only needed f
|
|||||||
Start the FastAPI server:
|
Start the FastAPI server:
|
||||||
|
|
||||||
```bash
|
```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
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user