Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Sep 15, 2023
1 parent d3860e8 commit 7357a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ e := echo.New()
e.Use(
slogecho.NewWithFilters(
logger,
slogecho.Accept(func (c *gin.Context) bool {
slogecho.Accept(func (c echo.Context) bool {
return xxx
}),
slogecho.IgnoreStatus(401, 404),
Expand Down

0 comments on commit 7357a07

Please sign in to comment.