event 에러 수정

This commit is contained in:
cherry2250
2025-10-31 15:22:37 +09:00
parent 6bd54bf42e
commit 45ffd96090
+1 -1
View File
@@ -24,7 +24,7 @@ import type {
* 현재는 apiClient를 사용하되, baseURL을 오버라이드합니다.
*/
const EVENT_API_BASE = '/api/v1/events';
const EVENT_HOST = process.env.NEXT_PUBLIC_EVENT_HOST || 'http://localhost:8080';
const EVENT_HOST = 'http://kt-event-marketing-api.20.214.196.128.nip.io';
/**
* Event Service용 API 클라이언트