package view

import (
	"net/http"
)

func FaviconRead(w http.ResponseWriter, r *http.Request) {
	w.WriteHeader(http.StatusNoContent)
}