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^0 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=af5c1171621681ba1e23b97b6d1fad553356ad36;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 )