Skip to content

Commit

Permalink
update data url
Browse files Browse the repository at this point in the history
  • Loading branch information
tanzhijian committed Dec 7, 2023
1 parent 9dc60e2 commit d4c742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function filterMatches(date: string) {
}
async function getMatchesData() {
const url = 'https://raw.githubusercontent.com/tanzhijian/score-simulator-data/main/matches.json'
const url = 'https://raw.githubusercontent.com/tanzhijian/score-simulator-data/release/matches.json'
const { data } = await useFetch(url).get().json()
matchesData.value = data.value
filterMatches(selectedDate)
Expand Down

0 comments on commit d4c742b

Please sign in to comment.