Skip to content

Commit 46148b3

Browse files
committed
axios 수정
1 parent 8e1c52a commit 46148b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/axios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import axios from 'axios'
33
import { useAuthStore } from '@/api/auth'
44

55
const api = axios.create({
6-
baseURL: `${import.meta.env.VITE_BACK_ADMIN_URL}`,
6+
baseURL: import.meta.env.VITE_BACK_ADMIN_URL,
77
headers: { 'Content-Type': 'application/json' },
88
withCredentials: true, // refreshToken 쿠키 전송
99
})

0 commit comments

Comments
 (0)