mirror of
https://gh.wpcy.net/https://github.com/itk-dev/freescout-itk-portal-submit.git
synced 2026-04-17 05:52:19 +08:00
6 lines
217 B
PHP
6 lines
217 B
PHP
<?php
|
|
|
|
Route::group(['middleware' => 'web', 'prefix' => \Helper::getSubdirectory(), 'namespace' => 'Modules\ItkPortalSubmit\Http\Controllers'], function()
|
|
{
|
|
Route::get('/', 'ItkPortalSubmitController@index');
|
|
});
|