From db6b660194ab3aab1a6f519fed7a889d99eec143 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 7 Feb 2020 15:15:08 +1000 Subject: [PATCH] Update BASE_URL to new API endpoint --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 8b86a47..448e99f 100644 --- a/settings.py +++ b/settings.py @@ -39,7 +39,7 @@ TZ="UTC" # BASE_URL: 7-11 Mobile Application API End Point -BASE_URL="https://711-goodcall.api.tigerspike.com/api/v1/" +BASE_URL="https://apps.7eleven.com.au/api/v1/" # PRICE_URL: 11-Seven Price API PRICE_URL="https://projectzerothree.info/api.php?format=json"