#89: First implementation of longer result history
This commit is contained in:
8
controller/favicon.go
Normal file
8
controller/favicon.go
Normal file
@ -0,0 +1,8 @@
|
||||
package controller
|
||||
|
||||
import "net/http"
|
||||
|
||||
// favIconHandler handles requests for /favicon.ico
|
||||
func favIconHandler(writer http.ResponseWriter, request *http.Request) {
|
||||
http.ServeFile(writer, request, staticFolder+"/favicon.ico")
|
||||
}
|
Reference in New Issue
Block a user