mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-06 00:07:44 +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',
|
|
}
|