diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-08 05:37:20 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-08 05:37:20 +0100 |
| commit | 9978bb56fc2c56ad52930bde9bcaa561158a158a (patch) | |
| tree | 0998cfc21091c6923b0bf3988a35ff82f1e58e98 /bucky/app/router.js | |
| parent | dd45551e4bf64ba472976b60986b9273449aae70 (diff) | |
searches working correctly
Diffstat (limited to 'bucky/app/router.js')
| -rw-r--r-- | bucky/app/router.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bucky/app/router.js b/bucky/app/router.js index fde4278..8104bd5 100644 --- a/bucky/app/router.js +++ b/bucky/app/router.js @@ -95,6 +95,7 @@ module.exports = function(app){ app.get("/api/search", middleware.ensureAuthenticated, search.search, + search.getThreads, search.getComments, search.getFiles, search.logQuery, |
