dever 6 lat temu
rodzic
commit
9707dc5d4d
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      config/env/localhost/default.php

+ 8 - 0
config/env/localhost/default.php

@@ -41,6 +41,14 @@ $config['host'] = array
         (
         (
             'path' => $host. 'upload/upload/?',
             'path' => $host. 'upload/upload/?',
         ),
         ),
+        'pay' => array
+        (
+            'path' => $host. 'pay/pay/?',
+        ),
+        'wechat_applet' => array
+        (
+            'path' => $host. 'wechat/wechat_applet/?',
+        ),
     ),
     ),
 );
 );
 return $config;
 return $config;