From 55ab0c12f12e2f0ee15dccd519e1fca4d011b73b Mon Sep 17 00:00:00 2001 From: Wim Date: Wed, 21 Feb 2018 00:48:10 +0100 Subject: Update vendor labstack/echo --- vendor/github.com/labstack/echo/middleware/slash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/labstack/echo/middleware/slash.go') diff --git a/vendor/github.com/labstack/echo/middleware/slash.go b/vendor/github.com/labstack/echo/middleware/slash.go index 1114d722..9af56caf 100644 --- a/vendor/github.com/labstack/echo/middleware/slash.go +++ b/vendor/github.com/labstack/echo/middleware/slash.go @@ -12,7 +12,7 @@ type ( // Status code to be used when redirecting the request. // Optional, but when provided the request is redirected using this code. - RedirectCode int `json:"redirect_code"` + RedirectCode int `yaml:"redirect_code"` } ) -- cgit v1.2.3