This commit is contained in:
Zakwan Hamdan
2020-11-02 16:10:12 +08:00
parent 2486f10ff7
commit 07a3185834
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ $router->group(['prefix'=>'api'], function () use ($router){
$router->get('marhun/{norujukan}',['uses'=>'MarhunController@showOneMarhun']);
$router->post('marhun/{kodcaw}',['uses'=>'MarhunController@create']);
$router->put('marhun/{id}', ['uses' => 'MarhunController@update']);
$router->get('jemas/{kodcaw}',['uses'=>'MarhunController@getAllJemas']);