mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
e6b72ff4a0
* feat: add CORS instance settings * refactor: hide the CORS page when embedProxy is false
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
export enum TokenType {
|
|
ADMIN = 'ADMIN',
|
|
CLIENT = 'CLIENT',
|
|
FRONTEND = 'FRONTEND',
|
|
}
|