We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1c52a commit 46148b3Copy full SHA for 46148b3
1 file changed
src/api/axios.js
@@ -3,7 +3,7 @@ import axios from 'axios'
3
import { useAuthStore } from '@/api/auth'
4
5
const api = axios.create({
6
- baseURL: `${import.meta.env.VITE_BACK_ADMIN_URL}`,
+ baseURL: import.meta.env.VITE_BACK_ADMIN_URL,
7
headers: { 'Content-Type': 'application/json' },
8
withCredentials: true, // refreshToken 쿠키 전송
9
})
0 commit comments