Ver código fonte

更换 graphql

kulley 7 anos atrás
pai
commit
74638508e7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/config.js

+ 1 - 1
src/config.js

@@ -4,7 +4,7 @@
 // const graphqlFC = 'http://localhost:3123/graphql';
 
 // const graphqlFC = 'http://123.206.193.98:3123/graphql';
-const graphqlFC = 'http://appointment.ioobot.cn/graphql';
+const graphqlFC = 'http://order.ioobot.cn/graphql';
 
 
 export {graphqlFC}