updated routes and browser links

This commit is contained in:
2020-07-21 01:23:46 -05:00
parent b114a16bed
commit 8c885636de
2 changed files with 0 additions and 7 deletions

View File

@@ -184,7 +184,6 @@ Route::group(['middleware' => ['auth']], function(){
Route::get('/supplychain/contracts/end', 'Contracts\SupplyChainController@displayEndSupplyChainContract');
Route::post('/supplychain/contracts/end', 'Contracts\SupplyChainController@storeEndSupplyChainContract');
Route::get('/supplychain/display/bids', 'Contracts\SupplyChainController@displaySupplyChainBids');
Route::get('/supplychain/display/expired', 'Contracts\SupplyChainController@displayExpiredSupplyChainContracts');
Route::get('/supplychain/display/newbid', 'Contracts\SupplyChainController@displaySupplyChainContractBid');
Route::post('/supplychain/display/newbid', 'Contracts\SupplyChainController@storeSupplyChainContractBid');
Route::post('/supplychain/delete/bid', 'Contracts\SupplyChainController@deleteSupplyChainContractBid');