Skip to content

Commit

Permalink
did change a thing that didn't need to change. So change it back
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhener committed Jul 8, 2024
1 parent 6f1e81c commit 4724363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpserver/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (fs *FileServer) handler(w http.ResponseWriter, req *http.Request) {
upath := req.URL.Path

// Ignore default browser call to /favicon.ico
if upath == "/favicon.png" {
if upath == "/favicon.ico" {
return
}

Expand Down

0 comments on commit 4724363

Please sign in to comment.