Skip to content

Commit

Permalink
Deployer diverse apper etter spring oppdatering for å se at ting fung…
Browse files Browse the repository at this point in the history
…erer som de skal

#deploy-test-bruker-service
#deploy-test-pdl-forvalter
#deploy-test-frontend
  • Loading branch information
stigus committed Jan 14, 2025
1 parent e992324 commit b9c6ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ public class BrukerServiceApplicationStarter {
public static void main(String[] args) {
SpringApplication.run(BrukerServiceApplicationStarter.class, args);
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ private Function<PredicateSpec, Buildable<Route>> createRoute(String segment, St
.filters(filter, removeCookiesFilter, addUserJwtHeaderFilter())
).uri(host);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ public static void main(String[] args) {

SpringApplication.run(PdlForvalterApplicationStarter.class, args);
}
}
}

0 comments on commit b9c6ca2

Please sign in to comment.