xiaoai/php_server/app/middleware.php

9 lines
207 B
PHP

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