From da6922db0c1fbc42da413ade7b06a72a3dea735a Mon Sep 17 00:00:00 2001 From: gkb Date: Sun, 21 Dec 2025 18:42:37 -0500 Subject: [PATCH] Fix FastAPI server command and host address Updated FastAPI server command and default host address. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9de5292..ca08412 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ ROBLOSECURITY= # 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