chore: no-store
This commit is contained in:
parent
e91a106402
commit
130e18d07a
|
@ -46,6 +46,7 @@ export class HealthServerService {
|
|||
this.db.query('SELECT 1'),
|
||||
...(this.meilisearch ? [this.meilisearch.health()] : []),
|
||||
]).then(() => 200, () => 503));
|
||||
reply.header('Cache-Control', 'no-store');
|
||||
});
|
||||
|
||||
done();
|
||||
|
|
Loading…
Reference in New Issue