added get and post api link for process order in api.php file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user