fix(app.js): Fixed typo

This commit is contained in:
BoHong Li 2017-04-12 06:01:22 +08:00 committed by Raccoon Li
parent 689bade730
commit d90bd6da31

2
app.js
View file

@ -281,7 +281,7 @@ app.post('/uploadimage', function (req, res) {
})
})
app.use(require('./lib/web/noteRoute'))
app.use(require('./lib/web/noteRouter'))
// response not found if no any route matxches
app.get('*', function (req, res) {