chore: update hospital portal route mappings for bridging endpoints
This commit is contained in:
@@ -13,4 +13,5 @@
|
||||
|
||||
Route::prefix('hospitalportal')->group(function() {
|
||||
Route::get('/', 'HospitalPortalController@index');
|
||||
Route::get('download-log/{id}', 'HospitalPortalController@downloadLog');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user