From 9c12541deca97e1eb2cf6f3c7bfd586a5e5bd54e Mon Sep 17 00:00:00 2001 From: "Michal J. Sladek" Date: Fri, 26 Apr 2024 10:44:15 +0200 Subject: [PATCH] Bruker en annen post --- .../no/nav/vedtak/felles/integrasjon/rest/FpApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrasjon/rest-klient/src/main/java/no/nav/vedtak/felles/integrasjon/rest/FpApplication.java b/integrasjon/rest-klient/src/main/java/no/nav/vedtak/felles/integrasjon/rest/FpApplication.java index 218f4c75d..5c24428e1 100644 --- a/integrasjon/rest-klient/src/main/java/no/nav/vedtak/felles/integrasjon/rest/FpApplication.java +++ b/integrasjon/rest-klient/src/main/java/no/nav/vedtak/felles/integrasjon/rest/FpApplication.java @@ -35,7 +35,7 @@ private static Integer lokalPort(FpApplication application) { case FPABAKUS -> 8015; case FPKALKULUS -> 8016; case FPTILBAKE -> 8030; - case FPTILGANG -> 8040; + case FPTILGANG -> 8050; case FPABONNENT -> 8065; case FPOPPDRAG -> 8070; case FPLOS -> 8071;