demo/app/Modules/Tracker/module.php
2023-03-23 18:50:47 +01:00

7 lines
101 B
PHP

<?php
Route::group([
'middleware' => [
'web',
],
], __DIR__ . '/UI/Web/routes.php');