leaving only recovery mw to avoid logging

pull/2/head
Karolis Rusenas 2017-06-11 20:13:16 +01:00
parent 90403f6417
commit c7d6cd227a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ func (s *TriggerServer) Start() error {
s.registerRoutes(s.router)
n := negroni.Classic()
n := negroni.New(negroni.NewRecovery())
n.UseHandler(s.router)
s.server = &http.Server{