Enha: leave one room model for now

This commit is contained in:
Grail Finder
2025-05-03 10:22:50 +03:00
parent 5cf1f1199e
commit b135356d3f
4 changed files with 21 additions and 36 deletions

View File

@ -26,11 +26,16 @@ func init() {
}
var roundWords = map[string]string{
"hamster": "blue",
"child": "red",
"wheel": "white",
"condition": "black",
"test": "white",
"hamster": "blue",
"child": "red",
"wheel": "white",
"condition": "black",
"test": "white",
"ball": "blue",
"violin": "red",
"rat": "white",
"perplexity": "blue",
"notion": "red",
}
func HandlePing(w http.ResponseWriter, r *http.Request) {