Skip to content

Commit

Permalink
Correct instuction to run API
Browse files Browse the repository at this point in the history
  • Loading branch information
gukoff committed May 25, 2023
1 parent 888f73e commit ed26e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ There are two simple CLI applications:

To run the uvicorn server:
```console
uvicorn main:app --reload --host 0.0.0.0 --port 8383
uvicorn src.api:app --reload --host 0.0.0.0 --port 8383
```
Then you can hit the two endpoints available:

Expand Down

0 comments on commit ed26e7c

Please sign in to comment.