remove unnecessary code

This commit is contained in:
saml33 2021-10-21 13:25:05 +11:00
parent 964fca77ed
commit 8eff1329db
1 changed files with 1 additions and 9 deletions

View File

@ -1,11 +1,3 @@
{
"regions": ["all"],
"functions": {
"api/**": {
"memory": 3008
}
},
"rewrites": [
{ "source": "/(.+)", "destination": "/api" }
]
"rewrites": [{ "source": "/(.+)", "destination": "/api" }]
}