@@ -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: []