chore: no-store

This commit is contained in:
Acid Chicken (硫酸鶏) 2024-05-19 20:00:33 +09:00
parent e91a106402
commit 130e18d07a
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
1 changed files with 1 additions and 0 deletions

View File

@ -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();