mirror of
https://gh.wpcy.net/https://github.com/avenjamin/freescout-Following-Module.git
synced 2026-07-15 18:40:54 +08:00
6 lines
205 B
PHP
6 lines
205 B
PHP
<?php
|
|
|
|
Route::group(['middleware' => 'web', 'prefix' => \Helper::getSubdirectory(), 'namespace' => 'Modules\Following\Http\Controllers'], function()
|
|
{
|
|
Route::get('/', 'FollowingController@index');
|
|
});
|