mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-06 13:44:09 +00:00
Update vendor labstack/echo
This commit is contained in:
2
vendor/github.com/labstack/echo/middleware/body_limit.go
generated
vendored
2
vendor/github.com/labstack/echo/middleware/body_limit.go
generated
vendored
@@ -17,7 +17,7 @@ type (
|
||||
|
||||
// Maximum allowed size for a request body, it can be specified
|
||||
// as `4x` or `4xB`, where x is one of the multiple from K, M, G, T or P.
|
||||
Limit string `json:"limit"`
|
||||
Limit string `yaml:"limit"`
|
||||
limit int64
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user