fixed name img

This commit is contained in:
IO
2024-08-13 22:13:31 -06:00
parent f8650adc93
commit fe697f015b
+1 -1
View File
@@ -77,7 +77,7 @@ export const useUploadImage = () => {
}
const result = await response.json();
return `${API_URL}${result.imageUrl}`;
return result.imageUrl;
} catch (error) {
throw error;
}