feature/photo-view #133

Merged
jsegarra merged 7 commits from wbuezas/hedera-web-mindshore:feature/photo-view into beta 2025-04-02 21:39:53 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 17ce649a11 - Show all commits

View File

@ -68,7 +68,7 @@ const onSubmit = async data => {
const fileName = `${file.name}_${timestamp}`;
formData.append('image', file.file, fileName);
await api.post('photos/upload', formData, {
await api.post('images/uploadPhotoAdmin', formData, {
params: {
name: fileName,
collection: data.collectionFk,