Skip to content

Commit

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

0 comments on commit cc31ece

Please sign in to comment.