🎨 Return LogFtm middleware in main.go

This commit is contained in:
Maxim Lebedev 2023-01-17 01:03:36 +06:00
parent bf3499084e
commit c047d18765
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -380,5 +380,5 @@ func (app *App) Handler() http.Handler {
case "ticket":
ticket.ServeHTTP(w, r)
}
}) /*.Intercept(middleware.LogFmt())*/)
}).Intercept(middleware.LogFmt()))
}