We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0bb6e commit 1821c6cCopy full SHA for 1821c6c
integrasjon/rest-klient/src/main/java/no/nav/vedtak/felles/integrasjon/rest/FpApplication.java
@@ -46,7 +46,7 @@ private static Integer lokalPort(FpApplication application) {
46
case FPDOKGEN -> 8291;
47
case FPWSPROXY -> 8292;
48
case FPOVERSIKT -> 8889;
49
- case FPINNTEKTSMELDING -> 8293;
+ case FPINNTEKTSMELDING -> 8040;
50
case NONFP -> throw new IllegalArgumentException("Utviklerfeil: angitt app er ikke i fp-familien");
51
};
52
}
0 commit comments