mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-09-01 19:04:22 +00:00
add the route for shipping queue
This commit is contained in:
@@ -97,6 +97,10 @@ Route::get('/containers/refresh', function(){
|
||||
|
||||
})->name('containers.refresh');
|
||||
|
||||
Route::get('/shipping-queue', function () {
|
||||
return view('pages.templates.shippingQueue');
|
||||
})->name('shipping-queue');
|
||||
|
||||
Route::get('/deliveries/refresh', function(){
|
||||
|
||||
FetchDeliveryListFromVTPortalJob::dispatch();
|
||||
|
||||
Reference in New Issue
Block a user