Skip to content

Commit 9824baf

Browse files
committed
Add new routers to manifest
1 parent 58dd306 commit 9824baf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/murfey/util/route_manifest.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,21 @@ murfey.server.api.session_control.spa_router:
818818
type: int
819819
methods:
820820
- POST
821+
murfey.server.api.session_control.tomography_router:
822+
- path: /session_control/tomography/sessions/{session_id}/search_map/{sm_name}
823+
function: register_search_map
824+
path_params:
825+
- name: sm_name
826+
type: str
827+
methods:
828+
- POST
829+
- path: /session_control/tomography/sessions/{session_id}/batch_position/{batch_name}
830+
function: register_batch_position
831+
path_params:
832+
- name: batch_name
833+
type: str
834+
methods:
835+
- POST
821836
murfey.server.api.session_info.correlative_router:
822837
- path: /session_info/correlative/sessions/{session_id}/upstream_visits
823838
function: find_upstream_visits

0 commit comments

Comments
 (0)