Merge branch 'fix-endpoint' into 'develop'
Fix endpoint See merge request soapbox-pub/soapbox!2446
This commit is contained in:
commit
3709b2caa6
|
@ -10,7 +10,7 @@ function useGroupTags(groupId: string) {
|
|||
|
||||
const { entities, ...result } = useEntities<GroupTag>(
|
||||
[Entities.GROUP_TAGS, groupId],
|
||||
() => api.get(`api/v1/truth/trends/groups/${groupId}/tags`),
|
||||
() => api.get(`/api/v1/truth/trends/groups/${groupId}/tags`),
|
||||
{ schema: groupTagSchema },
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue