diff --git a/routes/api.php b/routes/api.php index e3db558..cdc6d8d 100644 --- a/routes/api.php +++ b/routes/api.php @@ -234,3 +234,7 @@ Route::post('file/store', [SapFileController::class, 'store'])->name('file.store Route::get('/print-pallet/{pallet}/{plant}', [PalletPrintController::class, 'print'])->name('print.pallet'); Route::post('vehicle/entry', [VehicleController::class, 'storeVehicleEntry']); + +//..Item Code + +Route::get('item-code', [PlantController::class, 'getItemCode']);