Skip to content

Commit

Permalink
Merge pull request #5 from vladdoster/patch-1
Browse files Browse the repository at this point in the history
fix: path in api make target
  • Loading branch information
duarteocarmo authored Nov 21, 2023
2 parents bf22991 + 455c9c2 commit d5d3312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ check:

## Run api
api:
python -m uvicorn src.api.main:app --reload
python -m uvicorn src.boilerplate.api.main:app --reload

## Build using pip-tools
build:
Expand Down

0 comments on commit d5d3312

Please sign in to comment.