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:
parent
1b2d8ca428
commit
442ab77a39
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ export default function initApis(tenant: TenantContext): Koa {
|
|||
? origin
|
||||
: '';
|
||||
},
|
||||
exposeHeaders: '*',
|
||||
})
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue