]> Nutra Git (v2) - nutratech/cli.git/commitdiff
add dev URL explicitly to API list v0.2.8.dev0
authorShane Jaroch <chown_tee@proton.me>
Mon, 26 Feb 2024 19:14:15 +0000 (14:14 -0500)
committerShane Jaroch <chown_tee@proton.me>
Mon, 26 Feb 2024 19:14:15 +0000 (14:14 -0500)
ntclient/services/api/__init__.py

index c80e15b0134461dc9a4337e57bad4bc10b9c8c0f..60dd084610cbf019188d893685069bbf3a414461 100644 (file)
@@ -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
 )