Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous committed Mar 17, 2024
1 parent efe04f6 commit 7191a32
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/services/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@ export async function setDefaultGroup(id) {
}

export async function setDefaultGroupAndBook(id) {
return request('setDefaultGroupAndBook', {
return request(`setDefaultGroupAndBook/${id}`, {
method: 'PATCH',
params: {
id: id
}
});
}

Expand Down

0 comments on commit 7191a32

Please sign in to comment.