mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 20:32:13 +01:00
update middlewares chaining + 'better' logs
This commit is contained in:
@@ -52,7 +52,7 @@ func main() {
|
||||
WriteTimeout: time.Second * 15,
|
||||
ReadTimeout: time.Second * 15,
|
||||
IdleTimeout: time.Second * 60,
|
||||
Handler: middlewares.LoggingHandler(r),
|
||||
Handler: r,
|
||||
}
|
||||
|
||||
// runs our server in a goroutine so that it doesn't block.
|
||||
|
||||
Reference in New Issue
Block a user