Skip to content

Commit

Permalink
Enforce https in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Jan 22, 2024
1 parent c321ab7 commit 2d3a022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public class ApiDocumentation {
private MockMvc mockMvc;

private String server = "data.ssb.no";
private int port = 80;
private int port = 443;
@Value("${klass.env.api.path}")
private String contextPath;

Expand Down

0 comments on commit 2d3a022

Please sign in to comment.