This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit 2fa9ddf92b1e2aafe697df4bd44ad9cf6984f330 Author: Benjamin <poussin@codelutin.com> Date: Fri Jun 5 01:25:19 2020 +0200 si on oublie d'appeller l'enregistrement du type mime pour le json, ca marche moins bien :( --- pkg/http/router.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/http/router.go b/pkg/http/router.go index 0a8b4a7..bb792ea 100644 --- a/pkg/http/router.go +++ b/pkg/http/router.go @@ -28,6 +28,7 @@ var stats = utils.NewStats() Start web server */ func Start(bowPublicURL string, addr string) { + initMimeType() BowPublicURL = bowPublicURL router := mux.NewRouter() -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.