Skip to content

Commit 3b025ef

Browse files
committed
Fix storage objects param name
1 parent 3946a76 commit 3b025ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/yepcodeApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ export class YepCodeApi {
787787

788788
return this.request(
789789
"POST",
790-
`/storage/objects?filename=${encodeURIComponent(data.name)}`,
790+
`/storage/objects?name=${encodeURIComponent(data.name)}`,
791791
options
792792
);
793793
}

0 commit comments

Comments
 (0)