From ecf5bc9bd05ed833d7b3d08661297c2909eb345c Mon Sep 17 00:00:00 2001 From: Govardhan A R Date: Thu, 22 Aug 2024 08:33:46 +0530 Subject: [PATCH] Update BACKEND.md --- BACKEND.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BACKEND.md b/BACKEND.md index 0dc4b48..6a0464c 100644 --- a/BACKEND.md +++ b/BACKEND.md @@ -84,7 +84,7 @@ RES_STORAGE="agent1q2h5xkny4c_data.json" To run the FastAPI server, execute the following command: ```bash -uvicorn backend.application:app --reload +uvicorn application:app --reload ``` The server will start at `http://127.0.0.1:8000/` and the API documentation can be accessed at `http://127.0.0.1:8000/docs`.