We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82462d commit 61bea22Copy full SHA for 61bea22
Makefile
@@ -36,4 +36,4 @@ bash-api:
36
37
# target: run-api - Run the api locally
38
run-api:
39
- cd api && uvicorn src.main:app --host 0.0.0.0 --port 5000 --reload
+ cd api && uvicorn src.main:app --host 0.0.0.0 --port 5050 --reload
0 commit comments