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
|
||||
public class OpenAPIConfiguration {
|
||||
@Bean
|
||||
public OpenAPI gatewayOpenAPI() {
|
||||
public OpenAPI dummyOpenAPI() {
|
||||
return new OpenAPI()
|
||||
.servers(
|
||||
List.of(
|
||||
|
|
Reference in a new issue