Welcome Guest, Not a member yet? Register   Sign In
Routing Not Working - Only Index Route Accessible
#3

(This post was last modified: 09-26-2024, 08:51 AM by rahul_ci.)

Hi,
I tried changing the values as well, still not working.
Just the Home index route is working apart from this all three on them are "404 not found"

Code:
$routes->post('/', 'Home::index');
$routes->get('getLeadsByDateRange', 'Home::getLeadsByDateRange');
$routes->post('lead', 'LeadController::index');
$routes->get('lead/getLeadsByDateRange', 'LeadController::getLeadsByDateRange');
Reply


Messages In This Thread
RE: Routing Not Working - Only Index Route Accessible - by rahul_ci - 09-26-2024, 08:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB