This commit is contained in:
Lain Iwakura 2025-07-12 01:36:46 +03:00
parent 1f7379e6a7
commit bb19911526
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

@ -76,6 +76,7 @@ func wsHandler(w http.ResponseWriter, r *http.Request) {
buffer = ""
}
}
}
func handler(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Content-Type", "text/html; charset=utf-8")