소스 검색

change graphql

kulley 7 년 전
부모
커밋
cb6f496a7c
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://123.207.170.36:3000/graphql';
+const graphqlFC = 'http://appointment.ioobot.cn/graphql';
 
 
 export {graphqlFC}