From 5515c456d5cf69e83bccb91b015056478633b285 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 5 Apr 2025 18:24:35 +0300 Subject: Chore: index.html update --- internal/handlers/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/handlers') 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) } -- cgit v1.2.3