UNPKG

github-webhook-forwarding

Version:

Forwards Github Webhooks to overcome the maximum number of webhooks allowed by Github (20)

6 lines (4 loc) 95 B
'use strict' module.exports = exports = function (req, res, next) { res.status(404).end() }