From: Sergey Matveev Date: Mon, 27 Sep 2021 20:02:36 +0000 (+0300) Subject: JSON API URL is an important thing in log X-Git-Tag: v3.2.0^0 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=e43da931bc89d74815946a7c9dcc0b12dccd6ab0 JSON API URL is an important thing in log --- diff --git a/main.go b/main.go index 772d3bf..ec07864 100644 --- a/main.go +++ b/main.go @@ -288,6 +288,7 @@ func main() { "root:", Root, "bind:", *Bind, "pypi:", *PyPIURL, + "json:", *JSONURL, ) if *TLSCert == "" { err = server.Serve(ln)