This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
Other
/
Gong-Ying-Lian-API
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
499ae32ea9
Branches
Tags
master
Gong-Ying-Lian-...
/
app
/
api
/
middleware.php
middleware.php
138 B
Histórico
Raw
1
2
3
4
5
6
<?php
// 这是系统自动生成的middleware定义文件
return [
//跨域请求
app\api\middleware\AllowCrossDomain::class,
];