event 에러 수정

This commit is contained in:
cherry2250 2025-10-31 15:22:37 +09:00
parent 6bd54bf42e
commit 45ffd96090

View File

@ -24,7 +24,7 @@ import type {
* apiClient를 , baseURL을 . * apiClient를 , baseURL을 .
*/ */
const EVENT_API_BASE = '/api/v1/events'; 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 * Event Service용 API