이벤트 배너 API - Admin API URL로 변경

This commit is contained in:
Yu Sung
2025-01-16 02:34:48 +09:00
parent 6edd6c1558
commit c2a4a64417
2 changed files with 5 additions and 5 deletions

View File

@@ -343,7 +343,7 @@ export default {
try {
const res = await api.getEvents(this.page)
if (res.status === 200 && res.data.success === true) {
this.events = res.data.data.eventList
this.events = res.data.data
} else {
this.notifyError(res.data.message || '알 수 없는 오류가 발생했습니다. 다시 시도해 주세요.')
}