Skip to content

Commit

Permalink
Fikser lokal port til fp-inntektsmelding til 8040. (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Oct 20, 2024
1 parent 5a0bb6e commit 9b91496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private static Integer lokalPort(FpApplication application) {
case FPDOKGEN -> 8291;
case FPWSPROXY -> 8292;
case FPOVERSIKT -> 8889;
case FPINNTEKTSMELDING -> 8293;
case FPINNTEKTSMELDING -> 8040;
case NONFP -> throw new IllegalArgumentException("Utviklerfeil: angitt app er ikke i fp-familien");
};
}
Expand Down

0 comments on commit 9b91496

Please sign in to comment.