diff --git a/alphavantage-server/vercel.json b/alphavantage-server/vercel.json index 65c974e1..beff04dc 100644 --- a/alphavantage-server/vercel.json +++ b/alphavantage-server/vercel.json @@ -1,6 +1,6 @@ { "functions": { - "/api/**/*": { + "api/**/*": { "maxDuration": 30 } }, diff --git a/aws-web/vercel.json b/aws-web/vercel.json index 4fac0a2d..193b97be 100644 --- a/aws-web/vercel.json +++ b/aws-web/vercel.json @@ -1,6 +1,6 @@ { "functions": { - "/api/**/*": { + "api/**/*": { "maxDuration": 30 } }, diff --git a/identity-center/vercel.json b/identity-center/vercel.json index c06a9fe7..3ff3a1bf 100644 --- a/identity-center/vercel.json +++ b/identity-center/vercel.json @@ -12,7 +12,7 @@ "api/token.go": { "includeFiles": "static/**" }, - "/api/**/*": { + "api/**/*": { "maxDuration": 30 } }, diff --git a/infr-project/vercel.json b/infr-project/vercel.json index 2f63e89f..ba699b53 100644 --- a/infr-project/vercel.json +++ b/infr-project/vercel.json @@ -1,6 +1,6 @@ { "functions": { - "/api/**/*": { + "api/**/*": { "maxDuration": 30 } }, diff --git a/openai-web/vercel.json b/openai-web/vercel.json index a7fa0fa3..8e39fab6 100644 --- a/openai-web/vercel.json +++ b/openai-web/vercel.json @@ -1,6 +1,6 @@ { "functions": { - "/api/**/*": { + "api/**/*": { "maxDuration": 30 } },