We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6c725 commit f60bf47Copy full SHA for f60bf47
tidy3d/web/webapi.py
@@ -69,7 +69,7 @@ def web_fn_wrapped(*args, **kwargs):
69
70
def _get_url(task_id: str) -> str:
71
"""Get the URL for a task on our server."""
72
- return f"https://tidy3d.simulation.cloud/workbench?taskId={task_id}"
+ return f"{Env.current.website_endpoint}/workbench?taskId={task_id}"
73
74
75
@wait_for_connection
0 commit comments