소스 검색

fix: invalid error-log page path (#158)

Netfan 4 년 전
부모
커밋
17ecaea97d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/enums/pageEnum.ts

+ 1 - 1
src/enums/pageEnum.ts

@@ -6,5 +6,5 @@ export enum PageEnum {
   // error page path
   ERROR_PAGE = '/exception',
   // error log page path
-  ERROR_LOG_PAGE = '/exception/error-log',
+  ERROR_LOG_PAGE = '/feat/error-log',
 }