skip update
This commit is contained in:
parent
43568aeb36
commit
abb9dcfd36
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ func main() {
|
|||
e := echo.New()
|
||||
skipper := func(c *echo.Context) bool {
|
||||
// Skip health check endpoint
|
||||
return c.Request().URL.Path == "/health"
|
||||
return c.Request().URL.Path == "/health" || c.Request().URL.Path == "/"
|
||||
}
|
||||
|
||||
e.Use(middleware.RequestLoggerWithConfig(middleware.RequestLoggerConfig{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue