Browse Source

💩 code: switch to spare tire URL

chenshuai2144 6 years ago
parent
commit
1d0b3ced57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.ts

+ 1 - 1
config/config.ts

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