Skip to content

Commit cb499fb

Browse files
committed
Added 'register_client_to_visit' to route manifest
1 parent 3caeb0c commit cb499fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/murfey/util/route_manifest.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,13 @@ murfey.server.api.session_control.router:
678678
type: int
679679
methods:
680680
- POST
681+
- path: /session_control/visits/{visit_name}
682+
function: register_client_to_visit
683+
path_params:
684+
- name: visit_name
685+
type: str
686+
methods:
687+
- POST
681688
- path: /session_control/sessions
682689
function: get_sessions
683690
path_params: []

0 commit comments

Comments
 (0)