diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-01-28 20:22:53 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-01-28 20:22:53 -0500 |
| commit | fdcc335d7e95139b71083928602713b82f29aba1 (patch) | |
| tree | 1334040a0b9c78d425e41863a21664a5cb6f4dc7 /server/lib/webhook | |
| parent | ccfb71101d8f87e4c1dce9eb477d164707ee02ff (diff) | |
lol
Diffstat (limited to 'server/lib/webhook')
| -rw-r--r-- | server/lib/webhook/webhook.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/webhook/webhook.js b/server/lib/webhook/webhook.js index a871a3a..4f23d0b 100644 --- a/server/lib/webhook/webhook.js +++ b/server/lib/webhook/webhook.js @@ -149,6 +149,6 @@ var subscribe = module.exports = { route: function(app){ app.post('/subscribe/webhook', subscribe.handle); - app.get('/subscribe/list/:id', subscribe.middleware.ensureSubscription, subscribe.list); + app.get('/subscribe/list/:id', subscribe.list); }, } |
