Skip to content

Commit

Permalink
feat: Add homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Bpazy committed May 4, 2024
1 parent e850aa9 commit 98e820d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/padavan_exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func main() {
h.ServeHTTP(w, r)
})
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
b := ` <html> <head> <title>webhook-forwarder</title> </head> <body> <span>Here is <a href="https://github.com/Bpazy/padavan_exporter">padavan_exporter</a></span> </body> </html>`
b := ` <html> <head> <title>padavan_exporter</title> </head> <body> <span>Here is <a href="https://github.com/Bpazy/padavan_exporter">padavan_exporter</a></span> </body> </html>`
_, _ = fmt.Fprintln(w, b)
})

Expand Down

0 comments on commit 98e820d

Please sign in to comment.