Revert "shrugs"

This reverts commit 5a3f84a93470b5c6e5f996bc062e1f42efb69729.
This commit is contained in:
cutestnekoaqua 2023-02-10 00:59:16 +01:00
parent 09e18eb312
commit 0cf351b3da

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(