]> Cypherpunks.ru repositories - gocheese.git/commitdiff
JSON API URL is an important thing in log v3.2.0
authorSergey Matveev <stargrave@stargrave.org>
Mon, 27 Sep 2021 20:02:36 +0000 (23:02 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 27 Sep 2021 20:02:36 +0000 (23:02 +0300)
main.go

diff --git a/main.go b/main.go
index 772d3bf08681beade12b3065d65dce3fba993b67..ec0786403e3d90acf78b52c1dfecd5e218fd35d5 100644 (file)
--- 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)