Skip to content

Commit 45f2c59

Browse files
committed
style: eslint test
1 parent 906fe32 commit 45f2c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
module.exports = app => {
33
const { router, controller } = app;
4-
router.get('/', controller.index.index.ssr);
4+
router.get('/', controller.index.index.ssr);
55
router.get('/csr', controller.index.index.csr);
66
router.get('/list', controller.index.index.list);
77
router.get('/about', controller.index.index.about);

0 commit comments

Comments
 (0)