mirror of
https://github.com/ktds-dg0501/kt-event-marketing-fe.git
synced 2025-12-06 07:36:23 +00:00
event 에러 수정
This commit is contained in:
parent
6bd54bf42e
commit
45ffd96090
@ -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 클라이언트
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user