mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: usercgroups endpoint issue
This commit is contained in:
parent
e35487648e
commit
c51c04539c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export async function getUserGroups(org_id: any) {
|
|||
|
||||
export async function createUserGroup(body: any) {
|
||||
const result: any = await fetch(
|
||||
`${getAPIUrl()}usergroups`,
|
||||
`${getAPIUrl()}usergroups/`,
|
||||
RequestBody('POST', body, null)
|
||||
)
|
||||
const res = await getResponseMetadata(result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue