Skip to content

Commit

Permalink
fix: update to api v3
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 committed Mar 28, 2024
1 parent 78f4260 commit f920c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function refresh() {
}
});

fetch(`${base_url}/api/v1/et/announcement`)
fetch(`${base_url}/api/v3/et/announcement`)
.then(async res => {
const data = await res.json();
const frag = new DocumentFragment();
Expand Down

0 comments on commit f920c4d

Please sign in to comment.