Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
#deploy-endringsmelding-frontend
#deploy-endringsmelding-service
  • Loading branch information
stigus committed Mar 22, 2024
1 parent b49f7ff commit 3412f6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,4 @@ private Function<PredicateSpec, Buildable<Route>> createRoute(String segment, St
.filters(filter)
).uri(host);
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ public class EndringsmeldingServiceApplicationStarter {
public static void main(String[] args) {
SpringApplication.run(EndringsmeldingServiceApplicationStarter.class, args);
}
}
}

0 comments on commit 3412f6b

Please sign in to comment.