summaryrefslogtreecommitdiff
path: root/server/lib/views/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-01-20 00:10:23 -0500
committerJules Laplace <jules@okfoc.us>2015-01-20 00:10:23 -0500
commit717e87b7422db8e1eda655fbf04e45fe5f877c9b (patch)
tree391531defbea8e312a49e635c1568f66f248ac82 /server/lib/views/index.js
parent904a18b763889c9f85d874388fdff9daaefb89cd (diff)
combining webhook stuff
Diffstat (limited to 'server/lib/views/index.js')
-rw-r--r--server/lib/views/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/lib/views/index.js b/server/lib/views/index.js
index 2a8f921..0ce0357 100644
--- a/server/lib/views/index.js
+++ b/server/lib/views/index.js
@@ -22,7 +22,6 @@ marked.setOptions({
var views = module.exports = {
staff: require('./staff'),
- subscription: require('./subscription'),
editor_new: function (req, res) {
if (! req.user) {