Copilot commented on code in PR #3021: URL: https://github.com/apache/apisix-dashboard/pull/3021#discussion_r2079020947
########## src/routeTree.gen.ts: ########## @@ -119,6 +122,12 @@ const ConsumersIndexRoute = ConsumersIndexImport.update({ getParentRoute: () => rootRoute, } as any) +const ConsumergroupsIndexRoute = ConsumergroupsIndexImport.update({ Review Comment: [nitpick] Ensure consistent trailing slash usage in route path definitions for consumer groups to maintain consistency with other routes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org