Skip to content

Commit

Permalink
fix: invalid error-log page path (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan committed Jan 4, 2021
1 parent 97180e8 commit 17ecaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enums/pageEnum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}

0 comments on commit 17ecaea

Please sign in to comment.