summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
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) {