This commit is contained in:
henrydays 2019-04-11 05:37:06 +01:00
parent ec89c33656
commit 9ef91cb7b6
1 changed files with 1 additions and 1 deletions

View File

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