Change url of provider info mobile api call #231

This commit is contained in:
Kendrick Chan 2019-07-20 12:50:16 +08:00
parent 7a8ff5bf42
commit 54269d54ac

View file

@ -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]