Skip to content

Commit 6c47365

Browse files
typo fix
1 parent 28cfdc8 commit 6c47365

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
@@ -21,7 +21,7 @@ test:
2121
python3 -m pytest .
2222

2323
dev:
24-
python3 -m uvicorn src.app --reload --port 3000
24+
python3 -m uvicorn src:app --reload --port 3000
2525

2626
clean:
2727
docker stop infinity-api

0 commit comments

Comments
 (0)