Skip to content

Commit

Permalink
Update src/main/kotlin/no/digdir/service_catalog/controller/PublicSer…
Browse files Browse the repository at this point in the history
…viceController.kt

Co-authored-by: Nils Ove Tendenes <[email protected]>
  • Loading branch information
pooriamehregan and NilsOveTen authored Nov 2, 2023
1 parent fb491cc commit 6cb3889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class PublicServiceController(private val publicServiceService: PublicServiceSer
}

@PatchMapping(value = ["/{id}"], produces = [MediaType.APPLICATION_JSON_VALUE])
fun patchCodeList(
fun patchPublicService(
@AuthenticationPrincipal jwt: Jwt,
@PathVariable catalogId: String,
@PathVariable id: String,
Expand Down

0 comments on commit 6cb3889

Please sign in to comment.