We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d5fff commit b8b0377Copy full SHA for b8b0377
heroku/index.js
@@ -14,8 +14,8 @@ var xhub = require('express-x-hub');
14
app.set('port', (process.env.PORT || 5000));
15
app.listen(app.get('port'));
16
17
-app.use(bodyParser.json());
18
app.use(xhub({ algorithm: 'sha1', secret: process.env.APP_SECRET }));
+app.use(bodyParser.json());
19
20
app.get('/', function(req, res) {
21
console.log(req);
0 commit comments