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 6d7452d commit 5cc7102Copy full SHA for 5cc7102
generators/app/templates/src/routes.ts
@@ -3,13 +3,13 @@ import { Router } from 'express';
3
import { Routes } from './components/types';
4
5
// TODO: import components for registering to router
6
-// import newComponents from './components/newComponents';
+// import things from './components/things';
7
8
const routes = (props: Routes) => {
9
const router = Router();
10
11
// TODO: register components to router
12
- // router.use(newComponents.path, newComponents.routes(props));
+ // router.use(things.path, things.routes(props));
13
14
return router;
15
};
0 commit comments