summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorBoHong Li2017-04-12 06:01:22 +0800
committerRaccoon Li2017-05-08 19:24:38 +0800
commitd90bd6da31797dfc6d40cee1c3f029a6405de4a9 (patch)
tree00e83231218b01ec76a4e0722a590bc4f187afc2 /app.js
parent689bade73046ba2c35af59d7a65824a441b14a65 (diff)
fix(app.js): Fixed typo
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 48cb68e5..e6fb0df0 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) {