Skip to content

Commit 310dc1e

Browse files
committed
Updated route manifest
1 parent fb84819 commit 310dc1e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/murfey/util/route_manifest.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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: []

0 commit comments

Comments
 (0)