summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-10 03:21:50 -0500
committerJeff Carr <[email protected]>2025-03-10 07:59:25 -0500
commit8fda4d7c870e36772f1ea0a62179e6e661131b21 (patch)
treee4f0c03cc67f981eaf803633677e9259f264f360 /http.go
parentfba2d24625d844b7f6115a6cb86f7fc6e1f9e3d5 (diff)
configload() and /list work
Diffstat (limited to 'http.go')
-rw-r--r--http.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/http.go b/http.go
index d478fff..c1a4b25 100644
--- a/http.go
+++ b/http.go
@@ -57,7 +57,6 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
log.Info(s)
fmt.Fprintln(w, s)
}
- startHTTP()
return
}