diff --git a/routing.go b/routing.go index 09727a6..c82b443 100644 --- a/routing.go +++ b/routing.go @@ -38,7 +38,7 @@ func NewRouteInfo(method, path, description, title string) (*RouteInfo, error) { type routeInfoKey struct{} type Router struct { - chi.Mux + *chi.Mux cache RouteCacher cacheTTL time.Duration }