diff --git a/frontend/common/services/useMyGroup.ts b/frontend/common/services/useMyGroup.ts index 5177909d8cd8..2164484b0d3f 100644 --- a/frontend/common/services/useMyGroup.ts +++ b/frontend/common/services/useMyGroup.ts @@ -9,7 +9,7 @@ export const myGroupService = service getMyGroups: builder.query({ providesTags: [{ id: 'LIST', type: 'MyGroup' }], query: (q) => ({ - url: `/organisations/${q.orgId}/groups/my-groups`, + url: `/organisations/${q.orgId}/groups/my-groups/`, }), }), // END OF ENDPOINTS