Browse Source

fix: remove 404 from sidebar menu (#11737)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
pull/11754/head
Alex Zhu 4 weeks ago
committed by GitHub
parent
commit
92eefb5ff6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      config/routes.ts

1
config/routes.ts

@ -291,7 +291,6 @@ export default [
redirect: '/dashboard/analysis',
},
{
name: '404',
component: './exception/404',
path: '/*',
},

Loading…
Cancel
Save