mirror of
https://github.com/labstack/echo.git
synced 2025-07-13 01:30:31 +02:00
2
echo.go
2
echo.go
@ -166,7 +166,7 @@ func (e *Echo) Group(pfx string, m ...Middleware) *Echo {
|
|||||||
return &g
|
return &g
|
||||||
}
|
}
|
||||||
|
|
||||||
// MaxParam sets the maximum number of path parameters allowd for the application.
|
// MaxParam sets the maximum number of path parameters allowed for the application.
|
||||||
// Default value is 5, good enough for many use cases.
|
// Default value is 5, good enough for many use cases.
|
||||||
func (e *Echo) MaxParam(n uint8) {
|
func (e *Echo) MaxParam(n uint8) {
|
||||||
e.maxParam = n
|
e.maxParam = n
|
||||||
|
Reference in New Issue
Block a user