Chore: touch file for room templ
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user