This commit is contained in:
Julian Lam
2014-01-29 12:58:52 -05:00
parent 95d671281a
commit 024cfc17c5

View File

@@ -24,11 +24,9 @@ var nconf = require('nconf'),
if (plugins.hasListeners(hook)) {
// Hook executes
plugins.fireHook(hook, req.body.args);
res.send(200);
} else {
// No listeners for this hook
res.send(404);
}
res.send(200);
});
// Static Assets