From 5b6f7d352ff5a4676c8b4c027a47dec9d563e68a Mon Sep 17 00:00:00 2001 From: May P Date: Mon, 23 Mar 2026 17:13:43 +0200 Subject: [PATCH] moron, me --- routes/webhook.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/routes/webhook.js b/routes/webhook.js index 4fd7994..d84c995 100644 --- a/routes/webhook.js +++ b/routes/webhook.js @@ -13,8 +13,6 @@ router.post('/', (req, res) => { const event = body.event || ''; const data = body || {}; info(`Webhook: ${event}\nbody: ${JSON.stringify(body)}`); - info('headers: ' + JSON.stringify(req.headers)) - return; try { if (event === 'created: Allocation') { enqueueNatAdd(data.ip, data.port);