Skip to content

Commit

Permalink
Update start.cmd (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskaiser894 authored Feb 26, 2024
1 parent 8b37784 commit 5679b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo Starting backend
echo.
cd ..
start http://127.0.0.1:50505
call uvicorn app:app --port 50505 --reload
call python -m uvicorn app:app --port 50505 --reload
if "%errorlevel%" neq "0" (
echo Failed to start backend
exit /B %errorlevel%
Expand Down

0 comments on commit 5679b31

Please sign in to comment.