diff --git a/routergroup.go b/routergroup.go index 93c8e054..ee28d618 100644 --- a/routergroup.go +++ b/routergroup.go @@ -34,6 +34,7 @@ type IRoutes interface { Use(...HandlerFunc) IRoutes Handle(string, string, ...HandlerFunc) IRoutes + Handles([]string, string, ...HandlerFunc) IRoutes Any(string, ...HandlerFunc) IRoutes GET(string, ...HandlerFunc) IRoutes POST(string, ...HandlerFunc) IRoutes