mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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() {
|
func (r *sessionRouter) initRoutes() {
|
||||||
r.routes = []router.Route{
|
r.routes = []router.Route{
|
||||||
router.Experimental(router.NewPostRoute("/session", r.startSession)),
|
router.NewPostRoute("/session", r.startSession),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue