Skip to content

Commit d90bd6d

Browse files
committed
fix(app.js): Fixed typo
1 parent 689bade commit d90bd6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ app.post('/uploadimage', function (req, res) {
281281
})
282282
})
283283

284-
app.use(require('./lib/web/noteRoute'))
284+
app.use(require('./lib/web/noteRouter'))
285285

286286
// response not found if no any route matxches
287287
app.get('*', function (req, res) {

0 commit comments

Comments
 (0)