diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 12:19:43 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 12:19:43 -0500 |
| commit | e0335f1f3d682531e20c87d488d51e7d522de9e3 (patch) | |
| tree | d19390811e4c700e6f3cfc5147b323e9fcb45b5b /http.go | |
| parent | 8c7c8f0a7eda912a4ae6e3aae8801f5abb6a296b (diff) | |
more attempts to fix this
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
