8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e021c8d commit 0c44de8Copy full SHA for 0c44de8
agent/agentcontainers/api.go
@@ -404,7 +404,8 @@ func (api *API) Routes() http.Handler {
404
r.Use(ensureInitialUpdateDoneMW)
405
406
r.Get("/", api.handleList)
407
- // TODO(mafredri): Simplify this route.
+ // TODO(mafredri): Simplify this route as the previous /devcontainers
408
+ // /-route was dropped. We can drop the /devcontainers prefix here too.
409
r.Route("/devcontainers", func(r chi.Router) {
410
r.Post("/container/{container}/recreate", api.handleDevcontainerRecreate)
411
})
0 commit comments