This website requires JavaScript.
Explore
Help
Sign In
charge123
/
charge-pile-serve
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
main
charge-pile-serve
/
config
/
middleware.php
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
9 lines
193 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
init
2025-11-10 16:12:07 +08:00
<?
php
// 中间件配置
return
[
// 别名或分组
'alias'
=>
[],
// 优先级设置,此数组中的中间件会按照数组中的顺序优先执行
'priority'
=>
[],
];
Reference in New Issue
Copy Permalink