Skip to content

Commit

Permalink
Update BACKEND.md
Browse files Browse the repository at this point in the history
  • Loading branch information
govardhan-06 authored Aug 22, 2024
1 parent ec2ef84 commit ecf5bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BACKEND.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit ecf5bc9

Please sign in to comment.