print sag

This commit is contained in:
LAPTOP-DGCU80CH\user1
2020-12-13 14:20:59 +08:00
parent aae73d8f36
commit 3dcbdb5a2b
4 changed files with 48 additions and 2 deletions
+1
View File
@@ -92,6 +92,7 @@ $router->group(['prefix'=>'api'], function () use ($router){
//Cawangan API
$router->get('cawangan',['uses'=>'CawanganController@showAllCawangans']);
$router->get('cawangan/{code_cawangan}',['uses'=>'CawanganController@showOneCawangan']);
$router->get('cawangan/detail/{kodcaw}',['uses'=>'CawanganDetailController@getCawanganDetail']);
//Poskod API
$router->get('poskod',['uses'=>'PoskodController@showAllPoskod']);