What if I pass `s-maxage` header? it won't be cached? ``` app.use( '/v1/*', cors({ origin:
What if I pass
s-maxage header? it won't be cached?s-maxageapp.use(
'/v1/*',
cors({
origin: 'http://example.com',
maxAge: 600,
credentials: true,
})
)* in orgin. *app.use(
'/v1/*',
cors({
origin: true,
maxAge: 86400,
credentials: true,
})
)