diff options
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -38,15 +38,6 @@ func okHandler(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w, "OK") return } - if tmp == "/me" { - j, err := dumpJsonClient(r) - if err != nil { - fmt.Fprintln(w, "BAD ZOOT") - return - } - fmt.Fprintln(w, j) - return - } // exit the virtigo daemon & have systemd restart it // this can happen & when it does, access to |
