update api laporan

This commit is contained in:
2025-10-24 10:41:48 +07:00
parent d7b79a15df
commit 1b2e320b2b
4 changed files with 172 additions and 1 deletions

View File

@@ -35,4 +35,5 @@
Route::post('payment', [LaporanController::class, 'payment']);
Route::post('operator', [LaporanController::class, 'operator']);
Route::post('gate', [LaporanController::class, 'gate']);
Route::post('daily', [LaporanController::class, 'daily']);
});