fix skit2

This commit is contained in:
hafifierahman
2021-03-01 14:40:54 +08:00
parent ab6e80997b
commit bf6c2399e9
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -93,6 +93,7 @@ $router->group(['prefix'=>'api'], function () use ($router){
//Lelong API
$router->get('lelong',['uses'=>'LelongController@showAllLelongs']);
$router->get('lelong/cawangan/{kodcaw}',['uses'=>'LelongController@showAllLelongByCawangan']);
$router->get('lelong/cawangan/{kodcaw}/{norujukan}',['uses'=>'LelongController@showLelongByNoRujukan']);
$router->post('lelong',['uses'=>'LelongController@create']);
$router->delete('lelong/{id}', ['uses' => 'LelongController@delete']);
$router->put('lelong/{id}', ['uses' => 'LelongController@update']);