Unverified Commit 17ecaea9 authored by Netfan's avatar Netfan Committed by GitHub

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

parent 97180e83
...@@ -6,5 +6,5 @@ export enum PageEnum { ...@@ -6,5 +6,5 @@ export enum PageEnum {
// error page path // error page path
ERROR_PAGE = '/exception', ERROR_PAGE = '/exception',
// error log page path // error log page path
ERROR_LOG_PAGE = '/exception/error-log', ERROR_LOG_PAGE = '/feat/error-log',
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment