Преглед изворни кода

🏗:modify to the correct url

chenshuai2144 пре 6 година
родитељ
комит
d39797b1a7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      config/config.ts

+ 1 - 1
config/config.ts

@@ -73,7 +73,7 @@ if (isAntDesignProPreview) {
   plugins.push([
   plugins.push([
     'umi-plugin-pro',
     'umi-plugin-pro',
     {
     {
-      serverUrl: 'https://us-central1-antd-pro.cloudfunctions.net/api/',
+      serverUrl: 'https://us-central1-antd-pro.cloudfunctions.net/api',
     },
     },
   ]);
   ]);