Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nramkissoon committed Mar 28, 2023
1 parent 29b10f1 commit 3928351
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/late-squids-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@uploadjoy/uploader-component-playground": patch
---

wip
2 changes: 1 addition & 1 deletion src/presignedUrls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const getPresignedUrl = async ({
visibility,
apiUrl,
}: GetPresignedUrlOpts) => {
const response = await fetch(`${apiUrl}/presigned-url`, {
const response = await fetch(`${apiUrl}`, {
method: "POST",
body: JSON.stringify({ fileName, folder, visibility }),
});
Expand Down

0 comments on commit 3928351

Please sign in to comment.