From af5c1171621681ba1e23b97b6d1fad553356ad36 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Mon, 26 Feb 2024 14:14:15 -0500 Subject: [PATCH] add dev URL explicitly to API list --- ntclient/services/api/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ntclient/services/api/__init__.py b/ntclient/services/api/__init__.py index c80e15b..60dd084 100644 --- a/ntclient/services/api/__init__.py +++ b/ntclient/services/api/__init__.py @@ -15,6 +15,7 @@ REQUEST_CONNECT_TIMEOUT = 5 # TODO: try all of these; cache (save in prefs.json) the one which works first URLS_API = ( "https://api.nutra.tk", + "https://api.dev.nutra.tk", "http://216.218.228.93", # dev "http://216.218.216.163", # prod ) -- 2.52.0