freescout-fast-search/Http/routes.php
2025-08-18 14:00:36 -05:00

5 lines
156 B
PHP

<?php
Route::group(['middleware' => 'web', 'prefix' => \Helper::getSubdirectory(), 'namespace' => 'Modules\FastSearch\Http\Controllers'], function()
{
});