Skip to content

Commit 739dcf5

Browse files
removed "cd Backend" from start.cmd
1 parent dc761f3 commit 739dcf5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

start.cmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ echo.
3434
echo Starting backend
3535
echo.
3636

37-
cd ..
38-
cd backend
37+
cd ..
3938

4039
start http://127.0.0.1:50505
4140
call python -m uvicorn app:app --port 50505 --reload

0 commit comments

Comments
 (0)