pull/19/head
Suvodip 2025-02-04 16:41:40 +05:30
parent b909a85225
commit e8c29025aa
1 changed files with 1 additions and 0 deletions

View File

@ -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];