diff --git a/api/Views/Landing/jogo.cshtml b/api/Views/Landing/jogo.cshtml index 9626ceaf..21669e31 100644 --- a/api/Views/Landing/jogo.cshtml +++ b/api/Views/Landing/jogo.cshtml @@ -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) {