We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267e99e commit f79b784Copy full SHA for f79b784
src/main/java/com/umc/naoman/global/config/SwaggerConfig.java
@@ -30,7 +30,7 @@ public OpenAPI openAPI() {
30
return new OpenAPI()
31
.components(new Components().addSecuritySchemes("bearerAuth", securityScheme))
32
.security(Arrays.asList(securityRequirement))
33
- .info(apiInfo()).servers(List.of(local));
+ .info(apiInfo()).servers(List.of(server, local));
34
}
35
36
private Info apiInfo() {
0 commit comments