You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
211 B
PHP

<?php
// 全局中间件定义文件
return [
//跨域中间件
app\common\http\middleware\LikeAdminAllowMiddleware::class,
//基础中间件
app\common\http\middleware\BaseMiddleware::class,
];