Hmmmmmmmm how to check, ru here to help people?
Hmmmmmmmm how to check, ru here to help people?



OPTIONS request? *, so I don't need to handle these requests on worker.
s-maxage header? it won't be cached?* in orgin. app.use(
'/v1/*',
cors({
origin: 'http://example.com',
maxAge: 600,
credentials: true,
})
)app.use(
'/v1/*',
cors({
origin: true,
maxAge: 86400,
credentials: true,
})
)