diff --git a/src/App.vue b/src/App.vue index b0fe1e4..71f7175 100644 --- a/src/App.vue +++ b/src/App.vue @@ -150,8 +150,8 @@ onMounted(async () => { async function getLoginToken(username, password) { const credentials = btoa(`${username}:${password}`); // base64 encoding - const response = await fetch('/ahi/servlet/oauth/token?scope=logintoken', { + //const response = await fetch('/unilab/servlet/oauth/token?scope=logintoken', { method: 'POST', headers: { 'Authorization': `Basic ${credentials}`, @@ -169,6 +169,7 @@ async function getLoginToken(username, password) { async function fetchReportDataWithToken(token, pSERCER) { const response = await fetch(`/ahi/servlet/api/pi_flabreportapi?pSERCER=${encodeURIComponent(pSERCER)}`, { + //const response = await fetch(`/unilab/servlet/api/pi_flabreportapi?pSERCER=${encodeURIComponent(pSERCER)}`, { headers: { 'Authorization': `Bearer ${token}` }, diff --git a/src/components/risultati/A_CIL.vue b/src/components/risultati/A_CIL.vue index 8f26816..8a6f2d1 100644 --- a/src/components/risultati/A_CIL.vue +++ b/src/components/risultati/A_CIL.vue @@ -95,4 +95,15 @@ } - \ No newline at end of file + + + \ No newline at end of file diff --git a/src/components/risultati/A_CUB.vue b/src/components/risultati/A_CUB.vue index dcb5592..7da38aa 100644 --- a/src/components/risultati/A_CUB.vue +++ b/src/components/risultati/A_CUB.vue @@ -98,4 +98,14 @@ } - \ No newline at end of file + + \ No newline at end of file diff --git a/src/components/risultati/B_BAR.vue b/src/components/risultati/B_BAR.vue index da58270..c498117 100644 --- a/src/components/risultati/B_BAR.vue +++ b/src/components/risultati/B_BAR.vue @@ -27,8 +27,8 @@