feat:remove cache control for debug

This commit is contained in:
Julien Froidefond
2025-02-19 21:19:08 +01:00
parent feece42fab
commit b3eb5814a1
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ export class BookService extends BaseApiService {
return new Response(response.buffer, {
headers: {
"Content-Type": response.contentType || "image/jpeg",
"Cache-Control": "public, max-age=31536000, immutable",
// "Cache-Control": "public, max-age=31536000, immutable",
},
});
}