fix(frontend): Fixed infinite retry loop when unauthorized

Also adjusted the Keycloak config
This commit is contained in:
Gerald Schmittinger 2025-03-02 23:51:51 +01:00
parent d64b4505c8
commit 0b2c90c8b5
4 changed files with 17 additions and 14 deletions

View file

@ -7,5 +7,4 @@ const apiClient = axios.create({
"Content-Type": "application/json",
},
});
export default apiClient;