Skip to content

Commit

Permalink
Update Test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
HyoJeong-Park authored Dec 13, 2023
1 parent d10cfc0 commit f59d1eb
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("/api/articles")
.get("http://49.50.165.53/articles")
.then((res) => {
console.log(res);
setData(res.data);
Expand Down

0 comments on commit f59d1eb

Please sign in to comment.