moron, me

This commit is contained in:
2026-03-23 17:13:43 +02:00
parent 3554b5984f
commit 5b6f7d352f

View File

@@ -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);