Skip to content

Commit

Permalink
Final fix
Browse files Browse the repository at this point in the history
Signed-off-by: George Robinson <[email protected]>
  • Loading branch information
grobinson-grafana committed Nov 22, 2023
1 parent 7db2a18 commit 9c6c034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v2/restapi/configure_alertmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func configureTLS(tlsConfig *tls.Config) {
// As soon as server is initialized but not run yet, this function will be called.
// If you need to modify a config, store server instance to stop it individually later, this is the place.
// This function can be called multiple times, depending on the number of serving schemes.
// scheme value will be set accordingly: "http", "https" or "unix".
// The value of scheme will be set accordingly: "http", "https" or "unix".
func configureServer(s *http.Server, scheme, addr string) {
}

Expand Down

0 comments on commit 9c6c034

Please sign in to comment.