Routes config

This commit is contained in:
apple502j 2018-10-15 18:16:17 +09:00
parent 7742eccb87
commit 38c85f559d

View file

@ -211,6 +211,13 @@
"view": "preview-faq/preview-faq",
"title": "Scratch 3.0 FAQ"
},
{
"name": "parents",
"pattern": "^/parents/?$",
"routeAlias": "/parents/",
"view": "parents/parents",
"title": "For Parents"
},
{
"name": "preview-faq-redirect",
"pattern": "^/preview-faq/?$",