fix the custom server header
Signed-off-by: arzumify <jliwin98@danwin1210.de>
This commit is contained in:
parent
dfe1fdf6f0
commit
88bde3f592
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -67,8 +67,8 @@ var (
|
|||
}
|
||||
serverChanger = func(next http.Handler) http.Handler {
|
||||
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
next.ServeHTTP(w, r)
|
||||
w.Header().Set("Server", "Fulgens HTTP Server")
|
||||
next.ServeHTTP(w, r)
|
||||
})
|
||||
}
|
||||
validate *validator.Validate
|
||||
|
|
Loading…
Add table
Reference in a new issue