This commit is contained in:
Aaron Fischer 2021-07-09 22:19:46 +02:00
parent 8654f0ca1b
commit daf4b2b1a2
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ func serveHTTPS(w http.ResponseWriter, r *http.Request) (int, int64, string) {
// Do we have a custom CSS file? If so, we use this instead.
if css, found := customCSS[r.URL.Hostname()]; found {
w.Write(css)
return status, int64(len(css)), ""
w.Write(css)
return status, int64(len(css)), ""
}
// Default CSS