Skip to content

Commit

Permalink
[Fix] 서버 ip 변경 (#26)
Browse files Browse the repository at this point in the history
* feat: PWA 적용

* feat: Toast 알람시 TTS 기능 추가

* feat: 서버 주소 변경

* fix: 서버 IP 변경
  • Loading branch information
jwo0o0 authored Feb 22, 2024
1 parent 5f4edb8 commit ac9d5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/instance.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from "axios";

export const axiosInstance = axios.create({
baseURL: "http://3.38.211.169:8080",
baseURL: "http://15.164.253.57:8080",
headers: {
"Content-Type": "application/json",
},
Expand Down

0 comments on commit ac9d5a4

Please sign in to comment.