From c7492527923370d920d97cf53536f538785948fb Mon Sep 17 00:00:00 2001 From: henrydays Date: Mon, 15 Apr 2019 11:19:19 +0100 Subject: [PATCH] up --- api/Views/Landing/jogo.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {