mirror of
https://gh.wpcy.net/https://github.com/bigmax1018/freescout-Themes-Module-main.git
synced 2026-04-17 12:34:13 +08:00
6 lines
199 B
PHP
6 lines
199 B
PHP
<?php
|
|
|
|
Route::group(['middleware' => 'web', 'prefix' => \Helper::getSubdirectory(), 'namespace' => 'Modules\Themes\Http\Controllers'], function()
|
|
{
|
|
Route::get('/', 'ThemesController@index');
|
|
});
|