finalized endpoint

This commit is contained in:
Dillon DuPont
2025-05-26 22:26:03 -04:00
parent 22fb320855
commit c84a7f34cf

View File

@@ -52,7 +52,6 @@ class CloudProvider(BaseVMProvider):
vnc_url = (await resp.text()).strip()
parsed = urlparse(vnc_url)
hostname = parsed.hostname or ""
hostname = hostname.replace(".us.vms.trycua.com", ".containers.cloud.trycua.com")
return {"name": name, "status": "available", "vnc_url": vnc_url, "hostname": hostname}
else:
try: