mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
Revert "shrugs"
This reverts commit 5a3f84a93470b5c6e5f996bc062e1f42efb69729.
This commit is contained in:
parent
09e18eb312
commit
0cf351b3da
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue