From cb48f26fc4ba26303c47cd7c88191a9240f46769 Mon Sep 17 00:00:00 2001 From: sanjeev Date: Tue, 23 Nov 2021 15:58:45 +0530 Subject: [PATCH] dummy api name changed : ps --- api/application/config/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/config/routes.php b/api/application/config/routes.php index e1a6ed7a..3c262529 100755 --- a/api/application/config/routes.php +++ b/api/application/config/routes.php @@ -326,4 +326,4 @@ $route['getRequestForDataDump'] = 'Request_DataDump_Controller/getRequestForData $route['getMasterForDataDump'] = 'Request_DataDump_Controller/getMasterForDataDump'; $route['downloadDataDump'] = 'Request_DataDump_Controller/downloadDataDump2'; -$route['getCityWiseLender'] = 'PD_Controller/getCityWiseLender'; \ No newline at end of file +$route['getSMCVendorList'] = 'PD_Controller/getCityWiseLender'; \ No newline at end of file