mirror of
https://gitee.com/likeadmin/likeadmin_php_saas.git
synced 2026-09-07 07:20:11 +08:00
9 lines
213 B
PHP
9 lines
213 B
PHP
<?php
|
|
// 全局中间件定义文件
|
|
return [
|
|
//跨域中间件
|
|
\app\common\http\middleware\LikeAdminAllowMiddleware::class,
|
|
//基础中间件
|
|
\app\common\http\middleware\BaseMiddleware::class,
|
|
];
|