move /session api endpoint out of experimental
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
parent
239047c2d3
commit
01c9e7082e
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue