Upgrade PHP runtime to vercel-php@0.9.0
This commit is contained in:
parent
7403dc175a
commit
2f4191fe81
1 changed files with 3 additions and 2 deletions
|
|
@ -2,10 +2,11 @@
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"functions": {
|
"functions": {
|
||||||
"api/**/*.php": {
|
"api/**/*.php": {
|
||||||
"runtime": "vercel-php@0.7.3"
|
"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