mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:03:08 +02:00
Add note
This commit is contained in:
parent
fde2782a9e
commit
8260464090
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ const app = new Koa();
|
|||
app.use(cors());
|
||||
|
||||
app.use(async (ctx, next) => {
|
||||
// Cache 365days
|
||||
ctx.set('Cache-Control', 'max-age=31536000, immutable');
|
||||
await next();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue