Skip to content

Commit

Permalink
Update Consumers.java
Browse files Browse the repository at this point in the history
Oppdatert URL for Samboerregisteret i q1
  • Loading branch information
krharum authored Jan 16, 2025
1 parent 713d34f commit f4ad3bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public ServerProperties getMiljoe(String env) {
this.getCluster(),
this.getNamespace(),
this.getName().replace("{miljoe}", env),
this.getUrl().replace("{miljoe}", env + ("q1".equals(env) ? ".very" : ""))
this.getUrl().replace("{miljoe}", env)
);
}
}
Expand Down

0 comments on commit f4ad3bd

Please sign in to comment.