shrugs
This commit is contained in:
parent
96933b696a
commit
09e18eb312
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ app.use(
|
||||||
// No caching
|
// No caching
|
||||||
app.use(async (ctx, next) => {
|
app.use(async (ctx, next) => {
|
||||||
ctx.set("Cache-Control", "private, max-age=0, must-revalidate");
|
ctx.set("Cache-Control", "private, max-age=0, must-revalidate");
|
||||||
await next();
|
//await next();
|
||||||
});
|
});
|
||||||
|
|
||||||
app.use(
|
app.use(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue