mirror of
https://github.com/ledccn/IYUUPlus.git
synced 2025-04-30 18:23:21 +00:00
10 lines
104 B
PHP
10 lines
104 B
PHP
<?php
|
|
/**
|
|
* 中间件配置
|
|
*/
|
|
return [
|
|
'' => [
|
|
app\middleware\AuthCheck::class,
|
|
]
|
|
];
|