Fix JSON structure in vercel.json

This commit is contained in:
Ahyan Z 2026-06-25 17:42:07 +01:00 committed by GitHub
parent ef19774b55
commit a173a071d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,8 +4,8 @@
"api/**/*.php": { "api/**/*.php": {
"runtime": "vercel-php@0.9.0" "runtime": "vercel-php@0.9.0"
} }
},
"cleanUrls": true "cleanUrls": true
}
"rewrites": [ "rewrites": [
{ {
"source": "/api/v1/accounts/login", "source": "/api/v1/accounts/login",