Skip to content

Commit

Permalink
fix: api주소 변경
Browse files Browse the repository at this point in the history
다시 코드잇으로 변경
  • Loading branch information
leejuhi authored and soulchicken committed Aug 3, 2024
1 parent 2be88e3 commit 35462a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/axios.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';

const instance = axios.create({
baseURL: 'http://43.203.225.31',
baseURL: 'https://learn.codeit.kr/api/link-service',
withCredentials: true,
});
//마땅한 api가 없었음 ㅜ
Expand Down

0 comments on commit 35462a5

Please sign in to comment.