Add export data lelong

This commit is contained in:
Amir
2022-11-16 06:55:06 +08:00
parent 9cd6f0f64a
commit fa89519762
4 changed files with 82 additions and 3 deletions
+1
View File
@@ -740,6 +740,7 @@ $router->group(['prefix'=>'admin'], function () use ($router){
$router->group(['prefix'=>'lelong'], function () use ($router){
$router->post('taglel/update',['uses'=>'GadaiController@updateTagLelong']);
$router->post('taglel/revert',['uses'=>'GadaiController@revertTagLelong']);
$router->post('exportLelong',['uses'=>'LelongController@exportLelong']);
});
$router->group(['prefix'=>'kelantanpay'], function () use ($router){