Skip to content

Commit

Permalink
QwertyMode now gets random words
Browse files Browse the repository at this point in the history
  • Loading branch information
OuOu2021 committed Nov 15, 2023
1 parent 479463f commit 6030be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/QwertyMode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const initData = async () => {
excludeCache.value = "";
await axios
.get(`/api/dicts/${props.dictId}/learn`, {
.get(`/api/dicts/${props.dictId}/qwerty`, {
params: {
num: props.num,
},
Expand Down

0 comments on commit 6030be4

Please sign in to comment.