Fix endpoint

environments/review-develop-3zknud/deployments/3191^2
Chewbacca 1 year ago
parent bf2f767c8f
commit a461ef9f51

@ -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…
Cancel
Save