Debug logging

This commit is contained in:
Ian Gulliver
2024-12-06 13:07:08 -08:00
parent 65b9782486
commit d2031ea991

View File

@@ -122,6 +122,8 @@ async function set(short, long) {
let resp;
try {
console.log(short, long);
resp = await fetch('./', {
method: 'POST',
headers: {