From 54269d54ac5efd143ac4ceccd7c3f2f5d50112d7 Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Sat, 20 Jul 2019 12:50:16 +0800 Subject: [PATCH] Change url of provider info mobile api call #231 --- config/routes/api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes/api.yaml b/config/routes/api.yaml index 5e04aea3..3b460e42 100644 --- a/config/routes/api.yaml +++ b/config/routes/api.yaml @@ -136,7 +136,7 @@ api_service_list: methods: [GET] api_partner_info: - path: /api/partner/{pid} + path: /api/partners/{pid} controller: App\Controller\APIController:getPartnerInformation methods: [GET]