Skip to content

Commit

Permalink
fix: URL typo in organization service
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfreund committed Jan 14, 2025
1 parent 49e1117 commit adce26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/service/api/organization.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class OrganizationService {
async find(): Promise<GetOrganizationResponseBodyDto> {
return this.apiService.request<GetOrganizationResponseBodyDto>(
'GET',
'/api/cms/organizationx',
'/api/cms/organization',
);
}
}

0 comments on commit adce26f

Please sign in to comment.