kulley vor 7 Jahren
Ursprung
Commit
74638508e7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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}