diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-02-02 13:23:51 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-02-02 13:23:51 -0500 |
| commit | 03842d65cc018f9a718b2408d19e978f3d08e042 (patch) | |
| tree | ebd8bd92c135d8e4843fb54bfeb74a5273a3154b /server/lib/webhook | |
| parent | b9ad0704417aaa8cf4da7a1ec2109959622bd454 (diff) | |
sanity
Diffstat (limited to 'server/lib/webhook')
| -rw-r--r-- | server/lib/webhook/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/webhook/index.js b/server/lib/webhook/index.js index 11419c2..798e4be 100644 --- a/server/lib/webhook/index.js +++ b/server/lib/webhook/index.js @@ -37,7 +37,7 @@ site.ready = function(){ console.log('Webhook server listening on port ' + app.get('port')); }); - app.get('/', function(req,res){ res.send('HI THERE') }) + app.get('/', function(req,res){ res.send('hello@vvalls.com') }) webhook.route(app) } |
