mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-19 03:01:21 +10:00
chore: prettier pass
This commit is contained in:
@ -30,7 +30,7 @@ export default defineEventHandler(async (h3) => {
|
||||
setHeader(
|
||||
h3,
|
||||
"Cache-Control",
|
||||
"private, max-age=31536000, s-maxage=31536000, immutable"
|
||||
"private, max-age=31536000, s-maxage=31536000, immutable",
|
||||
);
|
||||
return object.data;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user