Skip to content

Commit

Permalink
PI-1555 added document endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
stevomcallister committed Oct 12, 2023
1 parent adfba0a commit 895afb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ class DocNsi(
@JoinColumn(name = "nsi_type_id", updatable = false)
val type: NsiType
)

Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ class DocPerson(

interface DocPersonRepository : JpaRepository<DocPerson, Long> {
fun findByCrn(crn: String): DocPerson?
}
}

0 comments on commit 895afb9

Please sign in to comment.