From 1b6663c716c9378102060ebbc9d8bd052c4061aa Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Mon, 10 Jun 2024 18:32:11 -0500 Subject: [PATCH] OOPS --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b395418..fc30a1f 100644 --- a/index.js +++ b/index.js @@ -88,7 +88,7 @@ var cachedImages = JSON.parse(fs.readFileSync(cacheFile)) var constants = JSON.parse(fs.readFileSync(path.join(__dirname, "constants.json"))) var activityImages = constants.activityImages -var thumborURL = "https://thumbor-production-0e82.up.railway.app/unsafe" +var thumborURL = "https://thumbor-production-0e82.up.railway.app/unsafe/" var imgExtension = "png" var thumborArgs = `filters:format(${imgExtension})/`