Skip to content
Snippets Groups Projects
Commit f182bf34 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Removed old CARTA URL

parent 0f4af7ae
No related branches found
No related tags found
1 merge request!519WS-641: CARTA 2.0
Pipeline #2961 passed
This commit is part of merge request !519. Comments created here will be created in the context of that merge request.
......@@ -48,7 +48,6 @@ class RedisConnect:
self.logger.info("Generating CARTA url...")
session_id = self.generated_ids["session_id"]
proxy = self.settings["reverse_proxy"]
# carta_url = f"https://{proxy}/{front_end_id}/?socketUrl=wss://{proxy}/{session_id}/"
carta_url = f"https://{proxy}/{session_id}/"
if self.settings["single_image"]:
carta_url = carta_url + "&file=" + self.settings["image_name"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment