修复若干bug
This commit is contained in:
@@ -5,3 +5,6 @@ use think\facade\Route;
|
||||
Route::get('think', function () {
|
||||
return 'hello,ThinkPHP8!';
|
||||
});
|
||||
|
||||
// 新闻中心 API - 获取租户新闻
|
||||
Route::get('getCenterNews', 'app\index\controller\Article\NewsCenterController@getCenterNews');
|
||||
|
||||
Reference in New Issue
Block a user