Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisKina-dev committed Dec 6, 2024
1 parent f9737a9 commit 1c43e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import java.util.Optional;

@RepositoryRestResource(path = "organizations", collectionResourceRel = "organizations")
@RepositoryRestResource(path = "organization", collectionResourceRel = "organization")
public interface OrganizationRepository extends JpaRepository<Organization, Long> {

Optional<Organization> findByIpaCode(String ipaCode);
Expand Down

0 comments on commit 1c43e7d

Please sign in to comment.