Skip to content

Commit

Permalink
Feat: baseUrl 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hhbb0081 authored Jun 21, 2024
1 parent 401ea9c commit e36c11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/http.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import axios from "axios";
import { AxiosInstance, AxiosRequestConfig } from "axios";

const axiosInstance = axios.create({
baseURL: process.env.NEXT_PUBLIC_LOCAL_URL,
baseURL: process.env.NEXT_PUBLIC_API_URL,
withCredentials: true,

});
Expand Down

0 comments on commit e36c11f

Please sign in to comment.