print msg

This commit is contained in:
2024-06-18 21:01:33 +01:00
parent 3f779bc541
commit bdcf6d06b2

View File

@@ -59,6 +59,7 @@ app.get('/articles/:articleName', (req, res) => {
// Webhook handler
app.post('/api', (req, res) => {
console.log('hit!');
const signature = req.headers['x-gitea-signature'];
const payload = JSON.stringify(req.body);