admin/routes/boot.php

5 lines
144 B
PHP

<?php
Route::group(['namespace' => 'frontend\modules\wechat\controllers'], function () {
Route::any('wechat', 'IndexController@index');
});