kulley 7 лет назад
Родитель
Сommit
74638508e7
1 измененных файлов с 1 добавлено и 1 удалено
  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}