mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-30 01:44:03 +00:00
new migration
This commit is contained in:
@@ -15,7 +15,7 @@ class WarehousearrangementController extends Controller
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
//
|
||||
return('/');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ use Illuminate\Http\Request;
|
||||
Route::get('/so','WarehousearrController@index');//view the list of wrn
|
||||
Route::get('/warehousearr/{wa_id}','warehousearrController@getwrn');//view the wrn
|
||||
|
||||
Route::post('/warehousearr/{wa_id}','WarehousearrController@store');//store the new wrn
|
||||
Route::post('/warehousearr','WarehousearrController@store');//store the new wrn
|
||||
Route::put('/warehouserarr/{wa_id}','WarehousearrController@update');//update the wrn
|
||||
Route::delete('/warehouserarr/{wa_id}','WarehousearrController@delete');//update the wrn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user