From a261c1c6772ced41eb6bdbf0a06683bcd3c84b5e Mon Sep 17 00:00:00 2001 From: Gareth Williams Date: Sat, 10 Aug 2024 11:59:26 +0100 Subject: [PATCH] More urls to check --- consts.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/consts.go b/consts.go index 1cbe53b..8d44180 100644 --- a/consts.go +++ b/consts.go @@ -56,6 +56,18 @@ var ( ExpectedStatusCode: http.StatusOK, ExpectedReponse: "{\"status\":\"success\",\"reply\":\"pong\"}", }, + "https://apps.modpacks.ch/modpacks/art/112/neotechx512.png": { + Method: "GET", + ValidateResponse: false, + ExpectedStatusCode: http.StatusOK, + ExpectedReponse: "", + }, + "https://dist.creeper.host/modpacks/art/112/neotechx512.png": { + Method: "HEAD", + ValidateResponse: false, + ExpectedStatusCode: http.StatusOK, + ExpectedReponse: "", + }, "https://api.creeper.host/api/health": { Method: "HEAD", ValidateResponse: false,