diff --git a/client/components/editor/editor-modal-media.vue b/client/components/editor/editor-modal-media.vue index 47fa878a1f..100a36df8e 100644 --- a/client/components/editor/editor-modal-media.vue +++ b/client/components/editor/editor-modal-media.vue @@ -143,7 +143,7 @@ allow-multiple='true' :files='files' max-files='10' - server='/u' + :server='filePondServerOpts' :instant-upload='false' :allow-revert='false' @processfile='onFileProcessed' @@ -230,6 +230,7 @@