콘텐츠 업로드 기능 추가
This commit is contained in:
@@ -31,9 +31,14 @@ async function createAudioContent(formData) {
|
||||
});
|
||||
}
|
||||
|
||||
async function getAudioContentThemeList() {
|
||||
return Vue.axios.get("/audio-content/theme")
|
||||
}
|
||||
|
||||
export {
|
||||
createAudioContent,
|
||||
getAudioContentList,
|
||||
searchAudioContent,
|
||||
modifyAudioContent
|
||||
modifyAudioContent,
|
||||
getAudioContentThemeList
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user