fix swagger base uri
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -16,7 +16,7 @@ public class OpenAPIConfig {
|
|||||||
.info(new Info().title("TimeZone API").version("1.0"))
|
.info(new Info().title("TimeZone API").version("1.0"))
|
||||||
.servers(
|
.servers(
|
||||||
List.of(
|
List.of(
|
||||||
new Server().url("https://api.firmware-hq.dev/v1/timezone"),
|
new Server().url("https://api.firmware-hq.dev"),
|
||||||
new Server().url("http://localhost:8090")
|
new Server().url("http://localhost:8090")
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user