From 3f672d71caa0222882ebdf7425a3cdfed3d8d10d Mon Sep 17 00:00:00 2001 From: 00kang Date: Thu, 6 Jun 2024 15:13:45 +0900 Subject: [PATCH] =?UTF-8?q?refactor=20:=20=EC=A3=BC=EC=84=9D=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/cart.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/cart.ts b/src/api/cart.ts index 1dc7a37a7..454a2d9de 100644 --- a/src/api/cart.ts +++ b/src/api/cart.ts @@ -1,7 +1,6 @@ import { generateBasicToken } from "../utils/auth"; import { CART_ITEMS_ENDPOINT } from "./endpoints"; -// const API_URL = import.meta.VITE_USER_API_URL; const USER_ID = import.meta.env.VITE_USER_ID; const USER_PASSWORD = import.meta.env.VITE_USER_PASSWORD;