소스 검색

青爻公众号

cqp 10 달 전
부모
커밋
c844c84ad7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/cors.php

+ 1 - 1
config/cors.php

@@ -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.