added get and post api link for process order in api.php file

This commit is contained in:
dhanabalan
2025-11-17 14:02:38 +05:30
parent 533ad72ca8
commit 85876ca47f

View File

@@ -150,6 +150,11 @@ Route::post('testing/reading/store-data', [TestingPanelController::class, 'store
Route::get('get-pdf', [PdfController::class, 'getPdf']);
Route::get('process-order/details', [PdfController::class, 'getProcessOrderData']);
Route::post('process-order', [PdfController::class, 'storeProcessOrderData']);
Route::get('sap/files', [SapFileController::class, 'readFiles']);
//..Laser Marking - Characteristics