transaksi_keuntungan new function added

This commit is contained in:
fariz
2021-04-19 08:37:42 +08:00
parent 51825fa8aa
commit 8d347d19b0
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -168,8 +168,6 @@ $router->group(['prefix'=>'api'], function () use ($router){
$router->get('jumlah_bayaran_pendahuluan/{norujukan}',['uses'=>'TransaksiKeuntunganController@GetjumlahBayaranPendahuluan']); // new added 20210413
//OTP API
$router->post('otp/generateotp/{nokp}',['uses'=>'OtpController@createOtp']);
$router->get('otp/{nokp}',['uses'=>'OtpController@getOtp']);