diff --git a/runtimes/nodejs/src/index.ts b/runtimes/nodejs/src/index.ts index ac2c519a08..ea0722bd34 100644 --- a/runtimes/nodejs/src/index.ts +++ b/runtimes/nodejs/src/index.ts @@ -33,6 +33,7 @@ app.use(cors({ methods: '*', exposedHeaders: '*', credentials: true, + maxAge: 86400, })) app.use(express.json({ limit: Config.REQUEST_LIMIT_SIZE }) as any)