Skip to content

Commit 780ca61

Browse files
committed
Issues-318:updated GroupAPI
1 parent d9980c1 commit 780ca61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/vanilla-client.util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function getVanillaClient () {
140140
.send(data)
141141
},
142142
removeUserFromGroup: (groupId, userId) => {
143-
return request.delete(`${config.VANILLA.API_URL}/groups/${groupId}/members/${userId}`)
143+
return request.delete(`${config.VANILLA.API_URL}/groups/${groupId}/member/${userId}`)
144144
.query({ access_token: config.VANILLA.ADMIN_ACCESS_TOKEN })
145145
}
146146
}

0 commit comments

Comments
 (0)