Skip to content

Commit

Permalink
Rename fastapi-example to app and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
brettimus committed Sep 10, 2023
1 parent 70ab7db commit 9877e6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pip install -r requirements.txt
Run the app

```sh
uvicorn fastapi-example:app --reload --port=8080
uvicorn app:app --reload --port=8080
```

Optionally generate traffic for all the api routes
Expand Down
File renamed without changes.

0 comments on commit 9877e6d

Please sign in to comment.