mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 08:18:29 +02:00
repalce redirect_to_https with entrypoint middleware
This commit is contained in:
@@ -17,7 +17,7 @@ type cidrWhitelist struct {
|
||||
|
||||
type cidrWhitelistOpts struct {
|
||||
Allow []*types.CIDR `validate:"min=1"`
|
||||
StatusCode int `json:"status" validate:"omitempty,gte=400,lte=599"`
|
||||
StatusCode int `json:"status_code" aliases:"status" validate:"omitempty,gte=400,lte=599"`
|
||||
Message string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user