parent
5a3f84a934
commit
62f1b799f8
|
@ -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 New Issue