changed api url
This commit is contained in:
parent
ffcea678aa
commit
d5071d0442
@ -72,7 +72,7 @@ const submitLoginForm = () => {
|
||||
|
||||
if (error.code === 'auth/user-not-found') {
|
||||
|
||||
fetch('http://test.xeovalyte.com:7289/checkrelatiecode', {
|
||||
fetch('https://api.xeovalyte.com/checkrelatiecode', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==',
|
||||
@ -110,7 +110,7 @@ const submitCreateForm = () => {
|
||||
|
||||
createUserWithEmailAndPassword(auth.value, form.value.email, form.value.newPassword)
|
||||
.then((userCredential) => {
|
||||
fetch('http://test.xeovalyte.com:7289/getrelatiecodes', {
|
||||
fetch('https://api.xeovalyte.com/getrelatiecodes', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==',
|
||||
|
@ -74,7 +74,7 @@ const updateCheckbox = (person) => {
|
||||
|
||||
const getAllPersons = () => {
|
||||
if (userPersons.value.length === 0) return setTimeout(() => getAllPersons(), 50)
|
||||
fetch('http://test.xeovalyte.com:7289/getrelatiecodes', {
|
||||
fetch('https://api.xeovalyte.com//getrelatiecodes', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==',
|
||||
|
Loading…
Reference in New Issue
Block a user