data_center/app/middleware.php

9 lines
211 B
PHP
Raw Normal View History

2023-09-18 09:11:13 +08:00
<?php
// 全局中间件定义文件
return [
//跨域中间件
app\common\http\middleware\LikeAdminAllowMiddleware::class,
//基础中间件
app\common\http\middleware\BaseMiddleware::class,
];