summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-02-11 17:13:53 +0100
committerkali kaneko (leap communications) <kali@leap.se>2020-02-11 20:32:30 +0100
commit50eccb0e1c1b892029fae59781c16006de057e91 (patch)
treef330666b65071d27bb3c90cfbbceacd2e0e3fdad
parent828ee14b4e903bbda9291bc9ee09ff98b66003c7 (diff)
[feat] metrics listen in separate port
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
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))
-
}
}