From d2031ea991ff5a2b0e946496593e426a98d7b0f4 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 6 Dec 2024 13:07:08 -0800 Subject: [PATCH] Debug logging --- static/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/index.html b/static/index.html index 031fb5b..b3bd1c5 100644 --- a/static/index.html +++ b/static/index.html @@ -122,6 +122,8 @@ async function set(short, long) { let resp; try { + console.log(short, long); + resp = await fetch('./', { method: 'POST', headers: {