This website works better with JavaScript
Home
Explore
Help
Sign In
Other
/
Gong-Ying-Lian-API
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
499ae32ea9
Branches
Tags
master
Gong-Ying-Lian-...
/
app
/
api
/
middleware.php
middleware.php
138 B
History
Raw
1
2
3
4
5
6
<?php
// 这是系统自动生成的middleware定义文件
return [
//跨域请求
app\api\middleware\AllowCrossDomain::class,
];