Bernadette Elena Hammerle před 4 roky
rodič
revize
2dd7d919af
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: []