mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-20 21:14:10 +00:00
update final touch up for last delivery integration
This commit is contained in:
+13
-1
@@ -39,10 +39,22 @@ Route::domain('hywave.izyim.com')->group(function () {
|
||||
|
||||
Route::get('/orders/export', 'Delivery\ExportDeliveryOrdersToExcelController@lineClear')->name('order.export');
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Route::group(['prefix'=> '/last_mile_delivery', 'as' => 'last_mile_delivery.'], function () {
|
||||
Route::get('/', function () {
|
||||
return view('pages.accounts.signup');
|
||||
})->name('login');
|
||||
|
||||
Route::get('/dashboard', function () {
|
||||
return view('pages.delivery.dashboard');
|
||||
})->name('dashboard');
|
||||
|
||||
Route::get('/orders/export', 'Delivery\ExportDeliveryOrdersToExcelController@lineClear')->name('order.export');
|
||||
|
||||
});
|
||||
|
||||
Route::get('', function () {
|
||||
return view('pages.accounts.login');
|
||||
})->name('login');
|
||||
|
||||
Reference in New Issue
Block a user