Skip to content

Commit

Permalink
Endret namespace til veilarbperson i DownstreamApis
Browse files Browse the repository at this point in the history
  • Loading branch information
sneha-d-desai committed Sep 25, 2024
1 parent 4bc4ad1 commit 2e200bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class DownstreamApis {
public static DownstreamApi downstreamVeilarbperson(String cluster){
return new DownstreamApi(cluster, "pto", "veilarbperson");
return new DownstreamApi(cluster, "obo", "veilarbperson");
}

public static DownstreamApi downstreamOppgave(String cluster){
Expand Down

0 comments on commit 2e200bc

Please sign in to comment.