From 9c10ddedc17a34ce9a6f7d4c488d1a4109bd1dcf Mon Sep 17 00:00:00 2001 From: dohyeons Date: Thu, 23 Oct 2025 18:11:44 +0900 Subject: [PATCH] =?UTF-8?q?api=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/lib/api/dashboard.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/lib/api/dashboard.ts b/frontend/lib/api/dashboard.ts index 80663e1c..88306356 100644 --- a/frontend/lib/api/dashboard.ts +++ b/frontend/lib/api/dashboard.ts @@ -3,9 +3,7 @@ */ import { DashboardElement } from "@/components/admin/dashboard/types"; - -// API 기본 설정 -const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL || "/api"; +import { API_BASE_URL } from "./client"; // 토큰 가져오기 (실제 인증 시스템에 맞게 수정) function getAuthToken(): string | null {