This commit is contained in:
cutestnekoaqua 2023-02-10 00:54:10 +01:00
parent 77a4f74bc8
commit 5a3f84a934
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0

View file

@ -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(