SDK update generated by liblab

This commit is contained in:
Luke Hagar
2023-10-26 22:45:52 -05:00
parent e92d7e6c6b
commit f1f96fe82b
29 changed files with 446 additions and 437 deletions

View File

@@ -31,7 +31,7 @@ class BaseService:
Sets the base url
"""
_url_prefix = "{protocol}://{ip}:{port}"
_url_prefix = "http://10.10.10.47:32400"
_http = HTTPClient(None)