Skip to content

Commit 067e70f

Browse files
committed
Searched for 'start_dc' under wrong router
1 parent 5d122b6 commit 067e70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/multigrid_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def _start_dc(self, json, from_form: bool = False):
503503
"phase_plate": json.get("phase_plate", False),
504504
}
505505
capture_post(
506-
f"{str(self._environment.url.geturl())}{url_path_for('workflow.spa_router', 'start_dc', visit_name=self._environment.visit, session_id=self.session_id)}",
506+
f"{str(self._environment.url.geturl())}{url_path_for('workflow.router', 'start_dc', visit_name=self._environment.visit, session_id=self.session_id)}",
507507
json=data,
508508
)
509509
for recipe in (

0 commit comments

Comments
 (0)