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
1 changed files with 1 additions and 1 deletions

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(