测试前端接口
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 14:26:30 +08:00
parent c55010627b
commit 10f71008da

View File

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