summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/handlers/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/handlers/main.go b/internal/handlers/main.go
index 1f3f740..86d0915 100644
--- a/internal/handlers/main.go
+++ b/internal/handlers/main.go
@@ -61,6 +61,7 @@ func (h *Handlers) MainPage(w http.ResponseWriter, r *http.Request) {
return
}
testQuestion := &models.Question{
+ ID: 1,
Text: "___ du keine Zweifel daran?",
Options: []string{"Haben", "Hast", "Hat", "Habt"},
CorrectIndex: 1,