mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 12:34:06 +00:00
added routes for the warehouse receive note
This commit is contained in:
@@ -13,6 +13,16 @@ use Illuminate\Http\Request;
|
||||
|
|
||||
*/
|
||||
|
||||
//route for the Warehouse-receive-note
|
||||
Route::get('/warehousearr','WarehousearrController@index');//view the list of wrn
|
||||
Route::get('/warehousearr/{wa_id}','warehousearrController@getwrn');//view the single wrn
|
||||
|
||||
Route::post('/warehousearr/{wa_id}','WarehousearrController@store');//store the new wrn
|
||||
Route::put('/warehouserarr/{wa_id}','WarehousearrController@update');//update the wrn
|
||||
Route::post('/decision-request','WarehousearrController@request');//decision request the wrn
|
||||
Route::post('/decision-reject','WarehousearrController@reject');//reject the wrn
|
||||
|
||||
|
||||
//Route::middleware('auth:api')->get('/user', function (Request $request) {
|
||||
// return $request->user();
|
||||
//});
|
||||
|
||||
Reference in New Issue
Block a user