We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b5779 commit 7e84f2dCopy full SHA for 7e84f2d
src/utils/http.ts
@@ -3,7 +3,7 @@ import axios, { AxiosError, type AxiosRequestConfig } from "axios";
3
const createApiInstance = () => {
4
const instance = axios.create({
5
// TODO: 추후 환경변수로 관리
6
- baseURL: "https://dev-api.holdy.kr",
+ baseURL: "https://api.holdy.kr",
7
headers: {
8
"Content-Type": "application/json",
9
},
0 commit comments