Skip to content

Commit

Permalink
🚑 api url 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanghyeondong committed Aug 29, 2024
1 parent 0528677 commit 3d245c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Cookies from "js-cookie";
const apiUrl = process.env.NEXT_PUBLIC_API_URL;

const apiClient = axios.create({
baseURL: apiUrl,
// baseURL: "/api",
// baseURL: apiUrl,
baseURL: "/api",
headers: {
"Content-Type": "application/json",
},
Expand Down

0 comments on commit 3d245c0

Please sign in to comment.