diff options
| author | Jeff Carr <[email protected]> | 2025-03-10 03:21:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-10 07:59:25 -0500 |
| commit | 8fda4d7c870e36772f1ea0a62179e6e661131b21 (patch) | |
| tree | e4f0c03cc67f981eaf803633677e9259f264f360 /http.go | |
| parent | fba2d24625d844b7f6115a6cb86f7fc6e1f9e3d5 (diff) | |
configload() and /list work
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -57,7 +57,6 @@ func okHandler(w http.ResponseWriter, r *http.Request) { log.Info(s) fmt.Fprintln(w, s) } - startHTTP() return } |
