Bernadette Elena Hammerle 4 years ago
parent
commit
2dd7d919af
1 changed files with 1 additions and 1 deletions
  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: []