mirror of
https://gh.wpcy.net/https://github.com/avenjamin/freescout-Themes-Module.git
synced 2026-07-15 00:25:21 +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');
|
|
});
|