Skip to content

Commit

Permalink
fiks person route - var lagt til /domain ved en regex feil
Browse files Browse the repository at this point in the history
  • Loading branch information
RamziAbuQassim committed Sep 20, 2023
1 parent 1a785fe commit 4f99a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import person.domain.KunneIkkeHentePerson.Ukjent
import java.time.Clock
import java.time.LocalDate

internal const val personPath = "/person/domain"
internal const val personPath = "/person"

internal fun Route.personRoutes(
personService: PersonService,
Expand Down

0 comments on commit 4f99a98

Please sign in to comment.