Skip to content

Commit 01c9e70

Browse files
committed
move /session api endpoint out of experimental
Signed-off-by: Andrew Hsu <[email protected]>
1 parent 239047c commit 01c9e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/server/router/session/session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ func (r *sessionRouter) Routes() []router.Route {
2424

2525
func (r *sessionRouter) initRoutes() {
2626
r.routes = []router.Route{
27-
router.Experimental(router.NewPostRoute("/session", r.startSession)),
27+
router.NewPostRoute("/session", r.startSession),
2828
}
2929
}

0 commit comments

Comments
 (0)