Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
| ... | ... |
@@ -24,6 +24,6 @@ func (r *sessionRouter) Routes() []router.Route {
|
| 24 | 24 |
|
| 25 | 25 |
func (r *sessionRouter) initRoutes() {
|
| 26 | 26 |
r.routes = []router.Route{
|
| 27 |
- router.Experimental(router.NewPostRoute("/session", r.startSession)),
|
|
| 27 |
+ router.NewPostRoute("/session", r.startSession),
|
|
| 28 | 28 |
} |
| 29 | 29 |
} |