Commit 09256bdd authored by liaili's avatar liaili

Merge branch 'express' of http://gitlab.yanky.cn/liaili/www.fudou6.com into express

parents 6290b716 47b6d1fd
......@@ -4,7 +4,7 @@ var router = express.Router();
var product = require('./product');
/* GET home page. */
router.get('/', function(req, res, next) {
router.get('/', function(req, res) {
res.render('index', {
page: 'index',
character:[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment