@@ -7,6 +7,9 @@ const app = express();
const port = 3000;
const bodyParser = require("body-parser");
app.use(bodyParser.json());
app.get('/heartbeat', (req, res) => {
res.sendStatus(200)
})
app.post("/repo_change", (request, response) => {
var { body } = request;
The note is not visible to the blocked user.