From 9f800702a94eeadefa76fbb8c7690654e476672c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=AF=BC=EA=B7=A0?= <97932282+skyblue1232@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:08:17 +0900 Subject: [PATCH] chore/api-client --- packages/api/src/core/{http.ts => apiClient.ts} | 0 packages/api/src/index.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/api/src/core/{http.ts => apiClient.ts} (100%) diff --git a/packages/api/src/core/http.ts b/packages/api/src/core/apiClient.ts similarity index 100% rename from packages/api/src/core/http.ts rename to packages/api/src/core/apiClient.ts diff --git a/packages/api/src/index.ts b/packages/api/src/index.ts index 3ad572a..bf6036e 100644 --- a/packages/api/src/index.ts +++ b/packages/api/src/index.ts @@ -1,4 +1,4 @@ -export * from "./core/http"; +export * from "./core/apiClient"; export * from "./core/query-client"; export * from "./core/token-store"; export * from "./core/types";