Skip to content

Commit 7075311

Browse files
committed
Merge pull request #38 from vishr/master
Removed echo.SetMaxParam
2 parents 41a719f + d7e70f4 commit 7075311

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)