Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit 4c812fa

Browse files
committed
🔧 chore: 세미콜론 제거
1 parent 11f1d12 commit 4c812fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/apiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import axios from "axios";
33
const api = axios.create({
44
baseURL: import.meta.env.VITE_API_URL || import.meta.env.VITE_API_BASE_URL,
55
withCredentials: true,
6-
});
6+
})
77

88
export default api;
99

0 commit comments

Comments
 (0)