mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
fix https://github.com/kataras/iris/issues/1608 with the help of @AlbinoGeek for monitoring and together found the source of the problem
This commit is contained in:
@@ -16,6 +16,7 @@ import (
|
||||
|
||||
func main() {
|
||||
app := newApp()
|
||||
// app.UseRouter(iris.Compression)
|
||||
app.Logger().SetLevel("debug")
|
||||
|
||||
// Open a client, e.g. Postman and visit the below endpoints.
|
||||
|
||||
Reference in New Issue
Block a user