이벤트 배너 API - Admin API URL로 변경
This commit is contained in:
@@ -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 || '알 수 없는 오류가 발생했습니다. 다시 시도해 주세요.')
|
||||
}
|
||||
|
Reference in New Issue
Block a user