new migration

This commit is contained in:
Zain Fauzan Rofie Azizi
2018-05-17 09:03:58 +08:00
parent 8e82387bfd
commit 4a96a75890
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@ class WarehousearrangementController extends Controller
*/
public function index()
{
//
return('/');
}
/**
+1 -1
View File
@@ -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