This commit is contained in:
Lan Tian 2021-01-11 22:24:15 +08:00
parent 26c51176e4
commit 8d0e210572
No known key found for this signature in database
GPG Key ID: 3D2E9DC81E5791C7

View File

@ -38,7 +38,7 @@ func webBackendCommunicator(endpoint string, command string) func(w http.Respons
}
return func(w http.ResponseWriter, r *http.Request) {
split := strings.SplitN(r.URL.Path[1:], "/", 4)
split := strings.SplitN(r.URL.Path[1:], "/", 3)
var urlCommands string
if len(split) >= 3 {
urlCommands = split[2]