Skip to content

Commit

Permalink
Merge pull request #179 from inab/login_branch
Browse files Browse the repository at this point in the history
UPDATE status page
  • Loading branch information
JessicaFM authored Feb 27, 2025
2 parents 9ca52df + 718d77f commit a54a49a
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 a54a49a

Please sign in to comment.