mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
shrugs
This commit is contained in:
parent
96933b696a
commit
09e18eb312
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…
Add table
Reference in a new issue