Chore: touch file for room templ

This commit is contained in:
Grail Finder
2025-05-03 08:20:24 +03:00
parent c8ce2a6727
commit bd4e2431bf
5 changed files with 17 additions and 3 deletions

View File

@ -42,5 +42,7 @@ func HandleHome(w http.ResponseWriter, r *http.Request) {
abortWithError(w, err.Error())
return
}
// check if user in a room
roomID := getRoomIDFromCtx(r.Context())
tmpl.ExecuteTemplate(w, "main", roundWords)
}