@dnax/core 0.69.1 → 0.69.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/hono.ts +1 -0
- package/package.json +1 -1
package/app/hono.ts
CHANGED
|
@@ -849,6 +849,7 @@ function HonoInstance(): typeof app {
|
|
|
849
849
|
|
|
850
850
|
// Retourner l'image redimensionnée
|
|
851
851
|
return c.body(buffer, 200, {
|
|
852
|
+
"Access-Control-Allow-Origin": "*",
|
|
852
853
|
"Cache-Control": "public, max-age=31536000, immutable",
|
|
853
854
|
"Content-Type": "image/jpeg",
|
|
854
855
|
});
|