Add error.html
This commit is contained in:
@@ -29,5 +29,5 @@ type home struct {
|
||||
}
|
||||
|
||||
func (h home) Get(w http.ResponseWriter, r *http.Request, l log.Logger) error {
|
||||
return serveStaticPage("index.html", ".html", w, r, l)
|
||||
return serveStaticCachePage("index.html", ".html", w, r, l)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user