From 66e4c1cdc047e09435d8ba6665c315864dc9cee4 Mon Sep 17 00:00:00 2001 From: henrydays Date: Sat, 6 Apr 2019 21:50:52 +0100 Subject: [PATCH] https --- api/Views/Landing/app.cshtml | 2 +- website/app.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 => {