mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 12:34:03 +00:00
large changes
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ Route::group(['middleware' => 'api', 'prefix' => 'v1', 'as' => 'api.'], function
|
||||
Route::group(['prefix' => 'report', 'as' => 'report.', 'namespace' => 'Dashboard'], function () {
|
||||
Route::get('/order', 'OrdersReportController@index')->name('order');
|
||||
Route::get('/cbm', 'CbmReportController@index')->name('cbm');
|
||||
Route::get('/customer', 'ActiveCustomerReportController@index')->name('customer');
|
||||
Route::get('/customer', 'CustomerReportController@index')->name('customer');
|
||||
Route::get('/order/status', 'OrdersStatusReportController@index')->name('order.status');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user