update fixed
All checks were successful
build and publish docker image / deploy / build (pull_request) Successful in 1m41s
All checks were successful
build and publish docker image / deploy / build (pull_request) Successful in 1m41s
This commit is contained in:
parent
2d807eac48
commit
40234adbff
|
@ -15,7 +15,7 @@ import java.util.List;
|
||||||
@Configuration
|
@Configuration
|
||||||
public class OpenAPIConfiguration {
|
public class OpenAPIConfiguration {
|
||||||
@Bean
|
@Bean
|
||||||
public OpenAPI gatewayOpenAPI() {
|
public OpenAPI dummyOpenAPI() {
|
||||||
return new OpenAPI()
|
return new OpenAPI()
|
||||||
.servers(
|
.servers(
|
||||||
List.of(
|
List.of(
|
||||||
|
|
Reference in a new issue