Skip to content

Commit

Permalink
Update TransferComponent.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
akroon3r authored Jul 10, 2024
1 parent 1a49b10 commit 2516b3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const TransferComponent: ForwardRefRenderFunction<unknown, Props> = (
TransferId: transfer._id,
ApplicationNumber: transfer.applicationNumber,
AccessionNumber: transfer.accessionNumber,
UploadUrl: `${import.meta.env.VITE_API_URL}/upload-files`,
UploadUrl: `/api/upload-files`,
},
})
);
Expand Down

0 comments on commit 2516b3d

Please sign in to comment.