diff --git a/routes/web.php b/routes/web.php index 2eb2bcbb..56faa99a 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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();