Compare commits
2 Commits
master
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
|
560cbaae74 | ||
|
3285288f03 |
@ -265,6 +265,10 @@ func main() {
|
|||||||
hooksURL := makeRoutePattern(hooksURLPrefix)
|
hooksURL := makeRoutePattern(hooksURLPrefix)
|
||||||
|
|
||||||
r.HandleFunc("/", func(w http.ResponseWriter, req *http.Request) {
|
r.HandleFunc("/", func(w http.ResponseWriter, req *http.Request) {
|
||||||
|
for _, responseHeader := range responseHeaders {
|
||||||
|
w.Header().Set(responseHeader.Name, responseHeader.Value)
|
||||||
|
}
|
||||||
|
|
||||||
fmt.Fprint(w, "OK")
|
fmt.Fprint(w, "OK")
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user