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