diff --git a/cmd/microrouterd/handler/handler.go b/cmd/microrouterd/handler/handler.go index 677a8cb..18924b0 100644 --- a/cmd/microrouterd/handler/handler.go +++ b/cmd/microrouterd/handler/handler.go @@ -445,6 +445,7 @@ func (h *Handler) Routes(ctx context.Context, in *emptypb.Empty, out *routerserv Endpoint: route.Endpoint, AuthRequired: route.AuthRequired, RatelimitClientIP: route.RatelimitClientIP, + ReatelimitUser: route.RatelimitUser, }) }