summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 21:02:05 -0500
committerJeff Carr <[email protected]>2024-10-26 21:02:05 -0500
commit65b61769117db371c4ec8fc0094d67b8c1075c1b (patch)
tree68fd264a6a64f714acab2ceae2d727cfcd631389 /http.go
parentcedee6e88af2350130e0808a1af6d792e0bb98cc (diff)
dump unused junk
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'http.go')
-rw-r--r--http.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/http.go b/http.go
index a4144e2..741f949 100644
--- a/http.go
+++ b/http.go
@@ -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