We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2959db commit c2f15f4Copy full SHA for c2f15f4
agent/api.go
@@ -41,7 +41,7 @@ func (a *agent) apiHandler() http.Handler {
41
r.Get("/api/v0/containers", ch.ServeHTTP)
42
r.Get("/api/v0/listening-ports", lp.handler)
43
r.Get("/api/v0/netcheck", a.HandleNetcheck)
44
- r.Post("/api/v0/ls", a.HandleLS)
+ r.Post("/api/v0/list-directory", a.HandleLS)
45
r.Get("/debug/logs", a.HandleHTTPDebugLogs)
46
r.Get("/debug/magicsock", a.HandleHTTPDebugMagicsock)
47
r.Get("/debug/magicsock/debug-logging/{state}", a.HandleHTTPMagicsockDebugLoggingState)
0 commit comments