Skip to content

Commit

Permalink
domIp
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcastilloc committed May 28, 2020
1 parent e4b2932 commit 0cc38bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/pagos/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
this.loading = true
},
mounted() {
const baseURL = 'http://192.168.0.2:8000/getCostos';
const baseURL = 'http://10.5.50.15:8000/getCostos';
var request = new XMLHttpRequest();
request.open('GET', baseURL, true);
request.responseType = 'json';
Expand Down

0 comments on commit 0cc38bd

Please sign in to comment.