mirror of
https://github.com/labstack/echo.git
synced 2025-07-05 00:58:47 +02:00
Updated docs, exposed middleware.DefaultSkipper
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
@ -28,7 +28,7 @@ const (
|
||||
var (
|
||||
// DefaultBasicAuthConfig is the default BasicAuth middleware config.
|
||||
DefaultBasicAuthConfig = BasicAuthConfig{
|
||||
Skipper: defaultSkipper,
|
||||
Skipper: DefaultSkipper,
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user