Skip to content

Commit 4b4de63

Browse files
committed
Revert port change
1 parent 29c5680 commit 4b4de63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ echo ""
4141

4242
cd ../backend
4343

44-
port=50509
44+
port=50505
4545
host=localhost
4646
../../.venv/bin/python -m quart --app main:app run --port "$port" --host "$host" --reload
4747
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)