mirror of
https://gh.wpcy.net/https://github.com/itk-dev/freescout-itk-conversation-changes.git
synced 2026-04-22 08:12:21 +08:00
6 lines
231 B
PHP
6 lines
231 B
PHP
<?php
|
|
|
|
Route::group(['middleware' => 'web', 'prefix' => \Helper::getSubdirectory(), 'namespace' => 'Modules\ItkConversationChanges\Http\Controllers'], function()
|
|
{
|
|
Route::get('/', 'ItkConversationChangesController@index');
|
|
});
|