fix php router script and api url for e2e login

This commit is contained in:
Yisroel Baum 2026-05-17 22:10:33 +03:00
parent 89b63cb9e9
commit 651fc885a7
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 2 additions and 2 deletions

View file

@ -27,4 +27,4 @@ echo "[serve] seeding..."
php "$REPO_ROOT/backend/bin/seed"
echo "[serve] starting PHP dev server..."
exec php -S 127.0.0.1:8000 -t "$REPO_ROOT/backend/public/"
exec php -S 127.0.0.1:8000 -t "$REPO_ROOT/backend/public/" "$REPO_ROOT/backend/public/index.php"

View file

@ -1 +1 @@
VITE_API_BASE_URL=http://127.0.0.1:8000
VITE_API_BASE_URL=http://localhost:8000