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 -1
View File
@@ -25,7 +25,7 @@ DB_PASSWORD_2=
DB_CONNECTION_3=mysql
DB_HOST_3=127.0.0.1
DB_PORT_3=3306
DB_DATABASE_3=kauntan
DB_DATABASE_3=kuantan
DB_USERNAME_3=root
DB_PASSWORD_3=
+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']);