fixed name img
This commit is contained in:
@@ -77,7 +77,7 @@ export const useUploadImage = () => {
|
||||
}
|
||||
|
||||
const result = await response.json();
|
||||
return `${API_URL}${result.imageUrl}`;
|
||||
return result.imageUrl;
|
||||
} catch (error) {
|
||||
throw error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user