s22
This commit is contained in:
@@ -41,6 +41,7 @@ const saveGalleryImage = async (req, res) => {
|
||||
throw new Error('Image upload failed: ' + uploadResponse.statusText);
|
||||
}
|
||||
|
||||
|
||||
// Extract and store the uploaded image URL from the response
|
||||
const screenshotUrl = uploadResponse.data.urls[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user