Skip to content

Commit

Permalink
refactor : 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
00kang committed Jun 6, 2024
1 parent 76bdd04 commit 3f672d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/cart.ts
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 3f672d7

Please sign in to comment.