This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
use think\facade\Route;
|
use think\facade\Route;
|
||||||
|
|
||||||
// 前台读取接口(对齐官方示例插件路由中间件)
|
// 前台读取接口(对齐官方示例插件路由中间件,仅使用插件自有接口 /console/v1/theme/config)
|
||||||
Route::group('console/v1', function () {
|
Route::group('console/v1', function () {
|
||||||
Route::get('theme/config', "\\addon\\theme_configurator\\controller\\clientarea\\ThemeController@config")
|
Route::get('theme/config', "\\addon\\theme_configurator\\controller\\clientarea\\ThemeController@config")
|
||||||
->append([
|
->append([
|
||||||
|
|||||||
Reference in New Issue
Block a user