mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
shrugs
This commit is contained in:
parent
96933b696a
commit
09e18eb312
@ -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 New Issue
Block a user