Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2016-05-17 18:00:18 +0800
Commit
6f8403c735d41066ea74b3189f10be30e739fb2e
1 parent
0d46917a
update
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/girls/controllers/index.js
apps/girls/router.js
apps/girls/controllers/index.js
View file @
6f8403c
...
...
@@ -6,7 +6,7 @@
'use strict'
;
//const headerModel = require('../../../doraemon/models/header');
//
const headerModel = require('../../../doraemon/models/header');
exports
.
index
=
(
req
,
res
)
=>
{
...
...
apps/girls/router.js
View file @
6f8403c
...
...
@@ -7,7 +7,7 @@
'use strict'
;
const
router
=
require
(
'express'
).
Router
();
// eslint-disable-line
//const cRoot = './controllers';
//
const cRoot = './controllers';
// Your controller here
...
...
Please
register
or
login
to post a comment