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 a5de675 commit 71f12f3Copy full SHA for 71f12f3
src/cli.js
@@ -104,7 +104,6 @@ const createApp = async (destDir, { lang }) => {
104
`${__dirname}/templates/${fileName}.ejs`,
105
{
106
// @todo #27 Document usage of user defined routes
107
- // @todo #27 Add integration test to ensure that custom router is picked up
108
'customRouteFilenames': customRouters
109
}
110
)
0 commit comments