diff --git a/app/src/api.ts b/app/src/api.ts index 5c2cd5cbfb..e26e325abe 100644 --- a/app/src/api.ts +++ b/app/src/api.ts @@ -8,7 +8,7 @@ const api = axios.create({ baseURL: getRootPath(), withCredentials: true, headers: { - 'Cache-Control': 'no-cache', + 'Cache-Control': 'no-store', }, });