diff --git a/api/Views/Landing/app.cshtml b/api/Views/Landing/app.cshtml index 0e89b924..67259276 100644 --- a/api/Views/Landing/app.cshtml +++ b/api/Views/Landing/app.cshtml @@ -393,7 +393,7 @@ console.log(input.value); axios({ - url: `http://enei2019.uingress.com/internal/api/User/RecoverPassword?input=${input.value}&type=0`, + url: `https://tickets.enei.pt/internal/api/User/RecoverPassword?input=${input.value}&type=0`, method: 'get', }).then(a => { diff --git a/website/app.html b/website/app.html index 0e89b924..67259276 100644 --- a/website/app.html +++ b/website/app.html @@ -393,7 +393,7 @@ console.log(input.value); axios({ - url: `http://enei2019.uingress.com/internal/api/User/RecoverPassword?input=${input.value}&type=0`, + url: `https://tickets.enei.pt/internal/api/User/RecoverPassword?input=${input.value}&type=0`, method: 'get', }).then(a => {