diff options
author | Grail Finder <wohilas@gmail.com> | 2025-04-05 18:24:35 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-04-05 18:24:35 +0300 |
commit | 5515c456d5cf69e83bccb91b015056478633b285 (patch) | |
tree | 4d6556a391950ac192406be7408833e508f6002b /internal/handlers/main.go | |
parent | 80b0788e4a6d30be936b9cf4e84639042cdc760f (diff) |
Chore: index.html update
Diffstat (limited to 'internal/handlers/main.go')
-rw-r--r-- | internal/handlers/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/handlers/main.go b/internal/handlers/main.go index b3b1810..41ff85f 100644 --- a/internal/handlers/main.go +++ b/internal/handlers/main.go @@ -129,6 +129,8 @@ func (h *Handlers) HandleNextQuestion(w http.ResponseWriter, r *http.Request) { return } + h.log.Debug("returning new question", "q", question) + h.renderQuestion(w, question) } |