Fix JSON structure in vercel.json
This commit is contained in:
parent
ef19774b55
commit
a173a071d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue