mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: frontend api should use cache-control strategy 'no-cache' (#5641)
This commit is contained in:
parent
29bd636273
commit
e6442d9304
@ -190,7 +190,7 @@ export default class ProxyController extends Controller {
|
|||||||
ProxyController.createContext(req),
|
ProxyController.createContext(req),
|
||||||
);
|
);
|
||||||
|
|
||||||
res.set('Cache-control', 'public, max-age=2');
|
res.set('Cache-control', 'no-cache');
|
||||||
|
|
||||||
this.services.openApiService.respondWithValidation(
|
this.services.openApiService.respondWithValidation(
|
||||||
200,
|
200,
|
||||||
|
Loading…
Reference in New Issue
Block a user