move /session api endpoint out of experimental
Signed-off-by: Andrew Hsu <andrewhsu@docker.com> Upstream-commit: 01c9e7082eba71cbe60ce2e47acb9aad2c83c7ef Component: engine
This commit is contained in:
@ -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),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user