cyzhao пре 1 година
родитељ
комит
98c71b5495
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Gameserver/App/config.php

+ 1 - 1
Gameserver/App/config.php

@@ -22,7 +22,7 @@ abstract class config {
      * @return type
      */
     public static function CDN_host() {
-        return "https://loyalsoft.oss-cn-shanghai.aliyuncs.com" . "/jzhj2023/" . PLAT;
+        return "https://loyalsoft.oss-cn-shanghai.aliyuncs.com" . "/jzhj2024/" . PLAT;
     }
 
     /**