This commit is contained in:
henrydays 2019-04-06 21:50:52 +01:00
parent e4a320fe9d
commit 66e4c1cdc0
2 changed files with 2 additions and 2 deletions

View File

@ -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 => {

View File

@ -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 => {