Skip to content

Commit 61bea22

Browse files
committed
update makefile
1 parent a82462d commit 61bea22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ bash-api:
3636

3737
# target: run-api - Run the api locally
3838
run-api:
39-
cd api && uvicorn src.main:app --host 0.0.0.0 --port 5000 --reload
39+
cd api && uvicorn src.main:app --host 0.0.0.0 --port 5050 --reload

0 commit comments

Comments
 (0)