|
@@ -21,7 +21,7 @@ return [
|
|
* You can enable CORS for 1 or multiple paths.
|
|
* You can enable CORS for 1 or multiple paths.
|
|
* Example: ['api/*']
|
|
* Example: ['api/*']
|
|
*/
|
|
*/
|
|
- 'paths' => ['api/*','wxapi/*','wx/*'],
|
|
|
|
|
|
+ 'paths' => ['api/*','wxapi/*','wx/*','weixin/*'],
|
|
|
|
|
|
/*
|
|
/*
|
|
* Matches the request method. `[*]` allows all methods.
|
|
* Matches the request method. `[*]` allows all methods.
|