CHANGE_ROUTE
This commit is contained in:
parent
d27a892ce8
commit
2bf53a61da
@ -737,7 +737,6 @@ $routes->get('testTracelog','TestBusinessController::a');
|
||||
$routes->get("claimView", "EmployeeRestController::claimView");
|
||||
|
||||
// General Tickets
|
||||
|
||||
$routes->post("ticketSave", "ThzController::ticketSave");
|
||||
$routes->get("ticketList", "ThzController::ticketList");
|
||||
$routes->post("ticketConversationSave", "ThzController::ticketConversationSave");
|
||||
@ -767,3 +766,10 @@ $routes->group('test', function($routes) {
|
||||
});
|
||||
$routes->cli('cli/testcli', 'TestingController::testcli');
|
||||
|
||||
//PARTNER PAYOUT
|
||||
$routes->group('payout', function($routes) {
|
||||
$routes->match (['get','post'],'list',"PayoutController::payoutList");
|
||||
$routes->post('fetchUtrDetails',"PayoutController::fetchUtrDetails");
|
||||
$routes->post('saveUtrDetails',"PayoutController::saveUtrDetails");
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user