9 lines
89 B
PHP
Executable File
9 lines
89 B
PHP
Executable File
<?php
|
|
|
|
use app\common\middleware\CORS;
|
|
|
|
return [
|
|
// 跨域处理
|
|
CORS::class,
|
|
];
|