File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ murfey.instrument_server.api.router:
4343 path_params : []
4444 methods :
4545 - POST
46+ - path : /sessions/{session_id}/multigrid_controller/status
47+ function : check_multigrid_controller_exists
48+ path_params : []
49+ methods :
50+ - POST
4651 - path : /sessions/{session_id}/stop_rsyncer
4752 function : stop_rsyncer
4853 path_params : []
@@ -503,6 +508,11 @@ murfey.server.api.instrument.router:
503508 path_params : []
504509 methods :
505510 - POST
511+ - path : /instrument_server/sessions/{session_id}/multigrid_controller/status
512+ function : check_multigrid_controller_exists
513+ path_params : []
514+ methods :
515+ - POST
506516 - path : /instrument_server/sessions/{session_id}/provided_processing_parameters
507517 function : pass_proc_params_to_instrument_server
508518 path_params : []
You can’t perform that action at this time.
0 commit comments