Bernadette Elena Hammerle 4 년 전
부모
커밋
2dd7d919af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/App.js

+ 1 - 1
src/App.js

@@ -6,7 +6,7 @@ import Tables from './Tables';
 class App extends Component {
   constructor(props){
     super(props);
-    this.apiUrl = "http://192.168.17.94:9876";
+    this.apiUrl = "http://alpaga.hammerle.me:9876";
     this.name = null;
     this.state = {
       persons: []