Commit 92ef16b5 authored by Enrique Alcantara's avatar Enrique Alcantara

Handle invalid routes

parent 1524b205
......@@ -14,4 +14,8 @@ export default [
path: '/success',
component: Success,
},
{
path: '*',
redirect: HOME_ROUTE,
},
];
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