Skip to content

Commit

Permalink
UPDATE status page
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Feb 27, 2025
1 parent 270a218 commit 718d77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/status/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ const checkKeycloakServices = async () => {
performance.mark(markStart);
return fetch(`https://api.allorigins.win/raw?url=${keycloakUrl}`, {
return fetch(`https://api.allorigins.win/get?url=${keycloakUrl}`, {
method: "GET",
headers: {
"Content-Type": "text/html",
"Content-Type": "application/x-www-form-urlencoded",
},
})
.then(async (response) => {
Expand Down

0 comments on commit 718d77f

Please sign in to comment.