Files
n8n-enterprise-unlocked/packages/cli/src/decorators/constants.ts
कारतोफ्फेलस्क्रिप्ट™ 1eeadc6114 refactor(core): Setup decorator based RBAC (no-changelog) (#5787)
2023-04-24 11:45:31 +02:00

5 lines
240 B
TypeScript

export const CONTROLLER_ROUTES = 'CONTROLLER_ROUTES';
export const CONTROLLER_BASE_PATH = 'CONTROLLER_BASE_PATH';
export const CONTROLLER_MIDDLEWARES = 'CONTROLLER_MIDDLEWARES';
export const CONTROLLER_AUTH_ROLES = 'CONTROLLER_AUTH_ROLES';