2
0

🔧 Update vercel.json to reflect new api path

This commit is contained in:
Baptiste Arnaud
2023-12-06 17:59:21 +01:00
parent c2fc2df735
commit e2abfc6bbc

View File

@ -1,10 +1,6 @@
{
"functions": {
"src/pages/api/v2/[...trpc].ts": {
"maxDuration": 150,
"memory": 500
},
"src/pages/api/v1/[...trpc].ts": {
"src/pages/api/[...trpc].ts": {
"maxDuration": 150,
"memory": 500
},