fix(app.js): Fixed typo
This commit is contained in:
parent
689bade730
commit
d90bd6da31
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue