index.js 117 Bytes Raw Blame History Permalink 1 2 3 4 5 6 const Router = require("koa-router"); const notify = new Router(); notify.post("/slack"); module.exports = notify;