Add RatelimitUser to the routes endpoint

master
René Jochum 2 years ago
parent f49b62f866
commit 98a0b261b3
Signed by: jochum
GPG Key ID: F7D906F5E51E8E5E

@ -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,
})
}

Loading…
Cancel
Save