tmp #21

Merged
suvo merged 3 commits from tmp into master 2025-02-04 11:17:58 +00:00
Showing only changes of commit e8c29025aa - Show all commits

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