changed api url

This commit is contained in:
Xeovalyte 2022-10-01 11:10:43 +02:00
parent ffcea678aa
commit d5071d0442
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ const submitLoginForm = () => {
if (error.code === 'auth/user-not-found') { if (error.code === 'auth/user-not-found') {
fetch('http://test.xeovalyte.com:7289/checkrelatiecode', { fetch('https://api.xeovalyte.com/checkrelatiecode', {
method: 'POST', method: 'POST',
headers: { headers: {
Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==', Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==',
@ -110,7 +110,7 @@ const submitCreateForm = () => {
createUserWithEmailAndPassword(auth.value, form.value.email, form.value.newPassword) createUserWithEmailAndPassword(auth.value, form.value.email, form.value.newPassword)
.then((userCredential) => { .then((userCredential) => {
fetch('http://test.xeovalyte.com:7289/getrelatiecodes', { fetch('https://api.xeovalyte.com/getrelatiecodes', {
method: 'POST', method: 'POST',
headers: { headers: {
Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==', Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==',

View File

@ -74,7 +74,7 @@ const updateCheckbox = (person) => {
const getAllPersons = () => { const getAllPersons = () => {
if (userPersons.value.length === 0) return setTimeout(() => getAllPersons(), 50) if (userPersons.value.length === 0) return setTimeout(() => getAllPersons(), 50)
fetch('http://test.xeovalyte.com:7289/getrelatiecodes', { fetch('https://api.xeovalyte.com//getrelatiecodes', {
method: 'POST', method: 'POST',
headers: { headers: {
Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==', Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==',