We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c970cf7 commit b8708dfCopy full SHA for b8708df
klass-api/src/main/java/no/ssb/klass/KlassApiApplication.java
@@ -45,9 +45,9 @@
45
description = "API Guide",
46
url = RestConstants.CONTEXT_AND_VERSION_V1 + "/api-guide.html"),
47
servers = {
48
- @Server(url = "https://data.ssb.no/api/klass", description = "Production"),
49
- @Server(url = "https://data.test.ssb.no/api/klass", description = "Test"),
50
- @Server(url = "http://localhost:8080/api/klass", description = "Local"),
+ @Server(url = "https://data.ssb.no", description = "Production"),
+ @Server(url = "https://data.test.ssb.no", description = "Test"),
+ @Server(url = "http://localhost:8080", description = "Local"),
51
},
52
tags = {
53
@Tag(
0 commit comments