Skip to content

Commit

Permalink
skal ikke kunne hente ut søknader i prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorGSolberg committed Nov 25, 2024
1 parent c1ea84b commit 11a87c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class SøknadKvitteringController(
return Kvittering("ok", mottattDato = innsendingMottatt)
}

@Profile("!prod")
@GetMapping("{søknadId}")
fun hentSøknad(
@PathVariable søknadId: String,
Expand Down

0 comments on commit 11a87c1

Please sign in to comment.