mirror of
https://example.com
synced 2024-11-25 19:46:39 +09:00
parent
5a3f84a934
commit
62f1b799f8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ app.use(
|
|||
// No caching
|
||||
app.use(async (ctx, next) => {
|
||||
ctx.set("Cache-Control", "private, max-age=0, must-revalidate");
|
||||
//await next();
|
||||
await next();
|
||||
});
|
||||
|
||||
app.use(
|
||||
|
|
Loading…
Reference in a new issue