summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-22 12:19:43 -0500
committerJeff Carr <[email protected]>2025-10-22 12:19:43 -0500
commite0335f1f3d682531e20c87d488d51e7d522de9e3 (patch)
treed19390811e4c700e6f3cfc5147b323e9fcb45b5b /http.go
parent8c7c8f0a7eda912a4ae6e3aae8801f5abb6a296b (diff)
more attempts to fix this
Diffstat (limited to 'http.go')
-rw-r--r--http.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/http.go b/http.go
index db54d57..625e043 100644
--- a/http.go
+++ b/http.go
@@ -23,9 +23,9 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
switch route {
case "/releaseList":
- footer := me.found.PrintDefaultTB()
+ footer := me.found.PrintPublishTable()
log.Info("me.found len:", me.found.Len())
- log.Info("PrintTable() footer:", footer)
+ log.Info("PrintPublishTable() footer:", footer)
return
default:
log.Info("BAD URL = " + route)