8000 Move api/server/router/debug to daemon/server/router/debug · moby/moby@ced7798 · GitHub
[go: up one dir, main page]

Skip to content

Commit ced7798

Browse files
committed
Move api/server/router/debug to daemon/server/router/debug
Signed-off-by: Derek McGowan <derek@mcg.dev>
1 parent 3a9db5f commit ced7798

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

daemon/command/daemon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import (
2323
buildbackend "github.com/docker/docker/api/server/backend/build"
2424
"github.com/docker/docker/api/server/middleware"
2525
"github.com/docker/docker/api/server/router"
26-
debugrouter "github.com/docker/docker/api/server/router/debug"
2726
distributionrouter "github.com/docker/docker/api/server/router/distribution"
2827
grpcrouter "github.com/docker/docker/api/server/router/grpc"
2928
"github.com/docker/docker/api/server/router/image"
@@ -45,6 +44,7 @@ import (
4544
"github.com/docker/docker/daemon/server/router/build"
4645
checkpointrouter "github.com/docker/docker/daemon/server/router/checkpoint"
4746
"github.com/docker/docker/daemon/server/router/container"
47+
debugrouter "github.com/docker/docker/daemon/server/router/debug"
4848
"github.com/docker/docker/dockerversion"
4949
"github.com/docker/docker/internal/otelutil"
5050
"github.com/docker/docker/libcontainerd/supervisor"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
0