From 98a0b261b3f2cc21e40ac8516d1c1fbbd9dbb768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Sat, 24 Sep 2022 08:55:08 +0200 Subject: [PATCH] Add RatelimitUser to the routes endpoint --- cmd/microrouterd/handler/handler.go | 1 + 1 file changed, 1 insertion(+) 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, }) }