From f23477c8448ac124417e60f69861c1280f57a289 Mon Sep 17 00:00:00 2001 From: Tim Roman Date: Fri, 27 Feb 2026 12:01:32 +0700 Subject: [PATCH] ref: remove all mentions of using a webhook --- application/api/hook.1.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 application/api/hook.1.js diff --git a/application/api/hook.1.js b/application/api/hook.1.js deleted file mode 100644 index 901e8333..00000000 --- a/application/api/hook.1.js +++ /dev/null @@ -1,7 +0,0 @@ -({ - router({ method, args, verb, headers }) { - const ip = context.client.ip; - console.log({ method, args, ip, verb, headers }); - return {}; - }, -});