Skip to content
Snippets Groups Projects
Commit 4391c7ea authored by Sean Young's avatar Sean Young
Browse files

Do not print gin debug warning


Signed-off-by: default avatarSean Young <sean.young@monax.io>
parent afdbc818
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@ type ServeProcess struct {
// Initializes all the servers and starts listening for connections.
func (serveProcess *ServeProcess) Start() error {
router := gin.New()
gin.SetMode(gin.ReleaseMode)
router := gin.New()
config := serveProcess.config
ch := NewCORSMiddleware(config.CORS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment