@zodic/shared 0.0.348 → 0.0.349
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/api/index.ts +1 -1
- package/package.json +1 -1
package/app/api/index.ts
CHANGED
|
@@ -852,7 +852,7 @@ export const Api = (env: BackendBindings) => ({
|
|
|
852
852
|
): Promise<string> => {
|
|
853
853
|
const key = getKey(label);
|
|
854
854
|
await env.PHOTOS_BUCKET.put(key, imageData);
|
|
855
|
-
const imageUrl = `https://pub-
|
|
855
|
+
const imageUrl = `https://pub-bbc0cdb569734925ab1c39512bc4765d.r2.dev/${key}`;
|
|
856
856
|
return imageUrl;
|
|
857
857
|
};
|
|
858
858
|
|