From 0486f42387e317e479e673c68dc5b5535173cd8c Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Tue, 23 Sep 2025 09:22:33 +0000
Subject: [PATCH] removed route DELETE /api/user
---
lib/libIlias.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/libIlias.js b/lib/libIlias.js
index 0babefb..64fe2ea 100644
--- a/lib/libIlias.js
+++ b/lib/libIlias.js
@@ -35,6 +35,7 @@
token: iliastoken,
})
let url2 = `${url}?${sp.toString()}`
+ console.log("pinging url", url2)
const res = await fetch(url2, {method: "GET"})
return await res.json() //
}
--
Gitblit v1.8.0