Skip to content

Commit

Permalink
fix endpoint record
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Aug 13, 2024
1 parent 6ae94b3 commit e669864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/History.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const recordList = ref<Record[]>()
const asyncData = await useAsyncData(
`history`,
(): Promise<any> => {
const url = config.public.mawinterApi + "/v2/records";
const url = config.public.mawinterApi + "/v2/record";
const response = $fetch(url);
return response;
}
Expand Down

0 comments on commit e669864

Please sign in to comment.