From 50eccb0e1c1b892029fae59781c16006de057e91 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 11 Feb 2020 17:13:53 +0100 Subject: [feat] metrics listen in separate port --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index fe2fcde..8fb802d 100644 --- a/main.go +++ b/main.go @@ -52,6 +52,5 @@ func main() { log.Fatal(http.ListenAndServeTLS(pstr, opts.TlsCrt, opts.TlsKey, srv)) } else { log.Fatal(http.ListenAndServe(pstr, srv)) - } } -- cgit v1.2.3