From 82065bda933bfa25597b79851ef12150280a88b2 Mon Sep 17 00:00:00 2001 From: Ramon Gutierrez Date: Mon, 29 May 2023 15:49:55 +0800 Subject: [PATCH] Fix review tag endpoints #730 --- config/routes/apiv2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes/apiv2.yaml b/config/routes/apiv2.yaml index 3fe9d9be..d9abd0a2 100644 --- a/config/routes/apiv2.yaml +++ b/config/routes/apiv2.yaml @@ -244,4 +244,4 @@ apiv2_partner_review_tags: apiv2_rider_review_tags: path: /apiv2/review_tags/rider - controller: App\Controller\CustomerAppAPI\ReviewTagController::getPartnerReviewTags \ No newline at end of file + controller: App\Controller\CustomerAppAPI\ReviewTagController::getRiderReviewTags \ No newline at end of file