Skip to content

Commit

Permalink
Feat: 다크 테마 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyobar committed Sep 9, 2024
1 parent 5dfc72f commit e4559ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import axios from "axios";

export const axiosInstance = axios.create({
//? LOCAL
baseURL: "/api",
// baseURL: "/api",
//? SERVER
// baseURL: "https://api.hunsuking.yoyobar.xyz/api",
baseURL: "https://api.hunsuking.yoyobar.xyz/api",
headers: {
"Content-Type": "application/json",
"Cache-Control": "no-cache",
Expand Down

0 comments on commit e4559ef

Please sign in to comment.