shrugs
This commit is contained in:
parent
77a4f74bc8
commit
5a3f84a934
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