From d90bd6da31797dfc6d40cee1c3f029a6405de4a9 Mon Sep 17 00:00:00 2001 From: BoHong Li Date: Wed, 12 Apr 2017 06:01:22 +0800 Subject: [PATCH] fix(app.js): Fixed typo --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 48cb68e..e6fb0df 100644 --- a/app.js +++ b/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) {