This commit is contained in:
henrydays 2019-04-15 11:19:19 +01:00
parent c54769e678
commit c749252792
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ function fetchData() {
var top=[];
var i=1;
axios.get('http://localhost:5000/top')
axios.get('https://enei.pt/top')
.then(function (response) {
response.data.forEach(function(entry) {