Skip to content

Commit d7e70f4

Browse files
committed
Removed echo.SetMaxParam
Signed-off-by: Vishal Rana <[email protected]>
1 parent a28279b commit d7e70f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ func loadEcho(routes []route) http.Handler {
368368

369369
func loadEchoSingle(method, path string, h interface{}) http.Handler {
370370
e := echo.New()
371-
e.SetMaxParam(20) // TODO: technically illegal!
372371
switch method {
373372
case "GET":
374373
e.Get(path, h)

0 commit comments

Comments
 (0)