0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

refactor(core): expose all headers in CORS (#3123)

This commit is contained in:
Gao Sun 2023-02-16 11:16:22 +08:00 committed by GitHub
parent 1b2d8ca428
commit 442ab77a39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@ export default function initApis(tenant: TenantContext): Koa {
? origin
: '';
},
exposeHeaders: '*',
})
);