Files
aso/Modules/HospitalPortal/Routes/web.php
Linksehat Staging Server 70fc1579e7 update
2024-07-12 08:41:18 +07:00

17 lines
502 B
PHP
Executable File

<?php
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/
Route::prefix('hospitalportal')->group(function() {
Route::get('/', 'HospitalPortalController@index');
});