pageEnum.ts 239 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 export enum PageEnum { // basic login path BASE_LOGIN = '/login', // basic home path BASE_HOME = '/dashboard', // error page path ERROR_PAGE = '/exception', // error log page path ERROR_LOG_PAGE = '/exception/error-log', }