We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c5680 commit 4b4de63Copy full SHA for 4b4de63
1 file changed
app/start.sh
@@ -41,7 +41,7 @@ echo ""
41
42
cd ../backend
43
44
-port=50509
+port=50505
45
host=localhost
46
../../.venv/bin/python -m quart --app main:app run --port "$port" --host "$host" --reload
47
if [ $? -ne 0 ]; then
0 commit comments