Skip to content

Commit

Permalink
move /session api endpoint out of experimental
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Hsu <[email protected]>
  • Loading branch information
andrewhsu committed Aug 21, 2018
1 parent 239047c commit 01c9e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/router/session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ func (r *sessionRouter) Routes() []router.Route {

func (r *sessionRouter) initRoutes() {
r.routes = []router.Route{
router.Experimental(router.NewPostRoute("/session", r.startSession)),
router.NewPostRoute("/session", r.startSession),
}
}

0 comments on commit 01c9e70

Please sign in to comment.