From: Shane Jaroch Date: Mon, 26 Feb 2024 19:14:15 +0000 (-0500) Subject: add dev URL explicitly to API list X-Git-Tag: v0.2.8.dev0 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=8a009662f498cdfa8f5c204722c90aa1eed729c1;p=nutratech%2Fcli.git add dev URL explicitly to API list --- 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 )