Skip to content

Commit 10f385d

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth-rich-editor
2 parents 8da424a + 94a31a8 commit 10f385d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/quillEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async function saveToServer(file: File) {
129129
const originalExtension = file.name.split('.').pop();
130130
// send fd to s3
131131
const { uploadUrl, tagline, previewUrl, s3Path, error } = await callAdminForthApi({
132-
path: `/plugin/${props.meta.uploadPluginInstanceId}/get_s3_upload_url`,
132+
path: `/plugin/${props.meta.uploadPluginInstanceId}/get_file_upload_url`,
133133
method: 'POST',
134134
body: {
135135
originalFilename,

0 commit comments

Comments
 (0)