Skip to content

Commit

Permalink
Style: 테스트 페이지 url 변경 및 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma-Hyejin authored Dec 14, 2023
1 parent cc31ece commit ed72b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Test = () => {

const getTempData = () => {
axios
.get("http://49.50.165.53/api/articles")
.get("https://triptrip.site/api/articles")
.then((res) => {
console.log(res);
setData(res.data);
Expand Down

0 comments on commit ed72b00

Please sign in to comment.