Fix back end URL

This commit is contained in:
MartinBraquet
2026-06-06 14:57:49 +02:00
parent 9d8f059205
commit eb6a410e4f

View File

@@ -62,7 +62,7 @@ echo ""
echo " Starting isolated web app..."
echo " Useful links:"
echo " - Front end: http://127.0.0.1:3000"
echo " - Back end: http://127.0.0.1:8080"
echo " - Back end: http://127.0.0.1:8088"
echo " - Supabase UI: http://127.0.0.1:54323"
echo " - Firebase UI: http://127.0.0.1:4000"
echo ""