We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0b72a commit c17c272Copy full SHA for c17c272
config/routes.js
@@ -18,6 +18,7 @@ module.exports.routes = {
18
'GET /welcome': {action: 'dashboard/view-welcome'},
19
20
'GET /faq': {view: 'pages/faq'},
21
+ 'GET /help': {view: 'pages/faq'},
22
'GET /legal/terms': {view: 'pages/legal/terms'},
23
'GET /legal/privacy': {view: 'pages/legal/privacy'},
24
'GET /contact': {view: 'pages/contact'},
0 commit comments