시리즈 상세 페이지 - 콘텐츠 리스트/콘텐츠 삭제 기능 추가
This commit is contained in:
@@ -42,7 +42,7 @@ async function addingContentToTheSeries(seriesId, contentIdList) {
|
||||
}
|
||||
|
||||
async function removeContentInTheSeries(seriesId, contentId) {
|
||||
return Vue.axios.post(
|
||||
return Vue.axios.put(
|
||||
"/creator-admin/audio-content/series/remove/content",
|
||||
{seriesId: seriesId, contentId: contentId}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user