diff --git a/app/Http/Controllers/FinancialController.php b/app/Http/Controllers/FinancialController.php new file mode 100644 index 0000000..a184c0a --- /dev/null +++ b/app/Http/Controllers/FinancialController.php @@ -0,0 +1,40 @@ +'application/json; charset=utf-8' )); + + // $data = $request->name; + return ResponseBuilder::sendResponse(200,'success',$data); + + + } +} diff --git a/app/Models/BROKENPERIOD.PHP b/app/Models/BROKENPERIOD.PHP new file mode 100644 index 0000000..3f142e2 --- /dev/null +++ b/app/Models/BROKENPERIOD.PHP @@ -0,0 +1,28 @@ +group(['prefix' => 'api'], function () use ($router) { }); +$router->group(['prefix' => 'api'], function () use ($router) { + + $router->get('test', 'FinancialController@test'); + + + +}); +