branch bow-v2-go updated (32cb69c -> 2fa9ddf)
This is an automated email from the git hooks/post-receive script. New change to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from 32cb69c correction type mime et label new 2fa9ddf si on oublie d'appeller l'enregistrement du type mime pour le json, ca marche moins bien :( The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 :( Summary of changes: pkg/http/router.go | 1 + 1 file changed, 1 insertion(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm