Skip to content

Commit e9e6e80

Browse files
Update main.go
1 parent 8cc6d36 commit e9e6e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/fa-om-exporter/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ func main() {
106106
TLSConfig: cfg,
107107
Addr: addr,
108108
}
109+
109110
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
110111
w.Header().Add("Strict-Transport-Security", "max-age=63072000; includeSubDomains")
111112
index(w, r)

0 commit comments

Comments
 (0)