diff --git a/server/front/src/app.ts b/server/front/src/app.ts index 4ce1387955..8f4e3cad18 100644 --- a/server/front/src/app.ts +++ b/server/front/src/app.ts @@ -114,6 +114,7 @@ export function start (config: { transactorEndpoint: string, elasticUrl: string, return console.log(err) } res.status(200) + res.set('Cache-Control', 'max-age=604800') const contentType = stat.metaData['content-type'] if (contentType !== undefined) {