adding favicon to filer also

This commit is contained in:
Chris Lu
2018-05-28 02:35:58 -07:00
parent 9b603f5ffa
commit dd5661b297
5 changed files with 15 additions and 17 deletions

View File

@@ -51,7 +51,3 @@ func (vs *VolumeServer) publicReadOnlyHandler(w http.ResponseWriter, r *http.Req
vs.GetOrHeadHandler(w, r)
}
}
func (vs *VolumeServer) faviconHandler(w http.ResponseWriter, r *http.Request) {
vs.FaviconHandler(w, r)
}