This commit is contained in:
Dwi Swandhana
2026-03-04 17:43:19 +07:00
parent 4a8006c399
commit 5cc7ec4fcf
+1 -1
View File
@@ -141,7 +141,7 @@ Route::group(['middleware' => 'project.ipg'], function() {
Route::get('rekap-antibiotik/export', [ReportController::class, 'exportRekapAntibiotik'])->name('exportRekapAntibiotik');
Route::get('list', [ListController::class, 'index']);
Route::get('list/getlist', [ListController::class, 'getList'])->name('getList');
Route::get('list/getlistdatatables', [ListController::class, 'getListDataTables'])->name('getListDataTables');
Route::post('list/getlistdatatables', [ListController::class, 'getListDataTables'])->name('getListDataTables');
Route::get('list/getlistterjadwal', [ListController::class, 'getListterjadwal'])->name('getListterjadwal');
Route::post('list/listdetail', [ListController::class, 'listDetail'])->name('listDetail');
Route::post('list/listdelete', [ListController::class, 'delete'])->name('deleteList');