SkyeYoung commented on code in PR #3119: URL: https://github.com/apache/apisix-dashboard/pull/3119#discussion_r2144408505
########## src/apis/stream_routes.ts: ########## @@ -59,3 +63,21 @@ export const postStreamRouteReq = ( API_STREAM_ROUTES, data ); + +export const deleteAllStreamRoutes = async (req: AxiosInstance) => { Review Comment: Currently, it will only be in the e2e test, but this has little to do with the test. It can actually be called anywhere you need it. -- 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