diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..b205f4b --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,5 @@ +allowBuilds: + esbuild: set this to true or false + less: set this to true or false + unrs-resolver: set this to true or false + vue-demi: set this to true or false diff --git a/src/api/common/fts.ts b/src/api/common/fts.ts index ec6e6ae..5c3ce0c 100644 --- a/src/api/common/fts.ts +++ b/src/api/common/fts.ts @@ -6,7 +6,7 @@ const FtsUpload = (data: FormData, onUploadProgress?: (progress: number) => void data.append('provider', 'local') data.append('bucket', 'visual') - return request.post(`/fts/v1/uploader`, data, { + return request.post(`/Assets/v1/fts/uploader`, data, { headers: { 'Content-Type': 'multipart/form-data', },