Skip to content

Commit 5cc7102

Browse files
committed
chore(template): update comments of routes
1 parent 6d7452d commit 5cc7102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generators/app/templates/src/routes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ import { Router } from 'express';
33
import { Routes } from './components/types';
44

55
// TODO: import components for registering to router
6-
// import newComponents from './components/newComponents';
6+
// import things from './components/things';
77

88
const routes = (props: Routes) => {
99
const router = Router();
1010

1111
// TODO: register components to router
12-
// router.use(newComponents.path, newComponents.routes(props));
12+
// router.use(things.path, things.routes(props));
1313

1414
return router;
1515
};

0 commit comments

Comments
 (0)