Skip to content

Commit f60bf47

Browse files
committed
Optimize workbench url.
1 parent 1b6c725 commit f60bf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidy3d/web/webapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def web_fn_wrapped(*args, **kwargs):
6969

7070
def _get_url(task_id: str) -> str:
7171
"""Get the URL for a task on our server."""
72-
return f"https://tidy3d.simulation.cloud/workbench?taskId={task_id}"
72+
return f"{Env.current.website_endpoint}/workbench?taskId={task_id}"
7373

7474

7575
@wait_for_connection

0 commit comments

Comments
 (0)