From 5288f359d63cd22009819c7abf9b8c6d5f8ab0d4 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 8 Aug 2022 20:02:58 +0300 Subject: [PATCH] Update startv.com.config.js --- sites/startv.com/startv.com.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/startv.com/startv.com.config.js b/sites/startv.com/startv.com.config.js index 7369eabd..cb853022 100644 --- a/sites/startv.com/startv.com.config.js +++ b/sites/startv.com/startv.com.config.js @@ -12,6 +12,7 @@ const API_ENDPOINT = 'https://www.startv.com/umbraco/api/startvguideproxy' module.exports = { site: 'startv.com', + ignore: true, // REASON: Request failed with status code 405 url: `${API_ENDPOINT}/GetTvGuideSchedule`, request: { method: 'POST',