fix php router script and api url for e2e login
This commit is contained in:
parent
89b63cb9e9
commit
651fc885a7
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
VITE_API_BASE_URL=http://127.0.0.1:8000
|
||||
VITE_API_BASE_URL=http://localhost:8000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue