update report

This commit is contained in:
2024-05-30 10:22:27 +07:00
parent 2645a7d785
commit aa32540fd8
2 changed files with 168 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ Route::prefix('internal')->group(function () {
Route::post('verify-email', [AuthController::class, 'verifyEmail'])->name('verify-email');
Route::get('linksehat/payments', [PaymentController::class, 'index']);
Route::get('linksehat/payments/generate-excel', [PaymentController::class, 'generateExcel']);
Route::middleware('auth:sanctum')->group(function () {