mirror of
https://github.com/PlayEdu/backend
synced 2025-06-28 19:46:34 +08:00
merge-video -> merge-file
This commit is contained in:
parent
86972e55a3
commit
2e44c79e97
@ -27,7 +27,7 @@ export function minioMergeVideo(
|
||||
duration: number,
|
||||
poster: string
|
||||
) {
|
||||
return client.post("/backend/v1/upload/minio/merge-video", {
|
||||
return client.post("/backend/v1/upload/minio/merge-file", {
|
||||
filename,
|
||||
upload_id: uploadId,
|
||||
original_filename: originalFilename,
|
||||
|
Loading…
x
Reference in New Issue
Block a user