diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 21:02:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 21:02:05 -0500 |
| commit | 65b61769117db371c4ec8fc0094d67b8c1075c1b (patch) | |
| tree | 68fd264a6a64f714acab2ceae2d727cfcd631389 /http.go | |
| parent | cedee6e88af2350130e0808a1af6d792e0bb98cc (diff) | |
dump unused junk
Signed-off-by: Jeff Carr <[email protected]>
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 |
