Add endpoint aktifkan_wipay untuk aktivasi akun WIPAY dari mobile app
This commit is contained in:
@@ -162,6 +162,7 @@ $app->post('/timo/history_gangguan', [$laporanController, 'historyGangguan']);
|
||||
|
||||
// WIPAY routes
|
||||
$app->post('/timo/cek_wipay', [$wipayController, 'cekWipay']);
|
||||
$app->post('/timo/aktifkan_wipay', [$wipayController, 'aktifkanWipay']);
|
||||
|
||||
// Other routes
|
||||
$app->post('/timo/promo', [$otherController, 'promo']);
|
||||
|
||||
Reference in New Issue
Block a user