(apps/mailbox) Fixed: "filter" renamed to "funnel" accidentally

This commit is contained in:
Sercan Yemen 2024-05-23 09:53:54 +03:00
parent cc9cf23353
commit bdfcc36d1e

View File

@ -241,7 +241,7 @@ export default [
pathMatch : 'full',
},
{
path : 'filter/:funnel',
path : 'filter/:filter',
redirectTo: 'filter/:filter/1',
pathMatch : 'full',
},