Fix #7
This commit is contained in:
parent
26c51176e4
commit
8d0e210572
@ -38,7 +38,7 @@ func webBackendCommunicator(endpoint string, command string) func(w http.Respons
|
|||||||
}
|
}
|
||||||
|
|
||||||
return func(w http.ResponseWriter, r *http.Request) {
|
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
|
var urlCommands string
|
||||||
if len(split) >= 3 {
|
if len(split) >= 3 {
|
||||||
urlCommands = split[2]
|
urlCommands = split[2]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user