Skip to content

Commit

Permalink
Respond ok
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassonav committed Feb 25, 2025
1 parent 81affcf commit 3b7ac11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ internal fun Route.aktivitetspliktRoutes(
post("/opprett") {
val request = call.receive<OpprettOppfoelgingsoppgave>()
aktivitetspliktOppgaveService.opprettOppfoelgingsoppgave(request)
call.respond(HttpStatusCode.OK)
}

route("oppgave-oppfoelging") {
Expand Down

0 comments on commit 3b7ac11

Please sign in to comment.