diff --git a/routing.go b/routing.go index ef28583..7d92243 100644 --- a/routing.go +++ b/routing.go @@ -88,8 +88,6 @@ type Router interface { } type Route interface { - RouteMiddleware - GetUuid() string GetCode() string GetPrimaryKey() string