Revert "shrugs"

This reverts commit 5a3f84a934.
This commit is contained in:
cutestnekoaqua 2023-02-10 00:59:16 +01:00
parent 5a3f84a934
commit 62f1b799f8
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(