Sfoglia il codice sorgente

change to fast serverUrl

陈帅 6 anni fa
parent
commit
16b969fe75
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      config/config.ts

+ 1 - 1
config/config.ts

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