chore: update hospital portal route mappings for bridging endpoints

This commit is contained in:
2026-05-14 16:00:25 +07:00
parent 46ac5c8651
commit 8cd1385a21
2 changed files with 14 additions and 1 deletions

View File

@@ -13,4 +13,5 @@
Route::prefix('hospitalportal')->group(function() {
Route::get('/', 'HospitalPortalController@index');
Route::get('download-log/{id}', 'HospitalPortalController@downloadLog');
});