1
0
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:
Vishal Rana
2017-01-28 11:43:56 -08:00
parent aa483fd34f
commit 52fa135fd5
19 changed files with 50 additions and 27 deletions

View File

@ -28,7 +28,7 @@ const (
var (
// DefaultBasicAuthConfig is the default BasicAuth middleware config.
DefaultBasicAuthConfig = BasicAuthConfig{
Skipper: defaultSkipper,
Skipper: DefaultSkipper,
}
)