There was an error while loading. Please reload this page.
2 parents ee001d1 + 8e5ae7e commit 52bc43cCopy full SHA for 52bc43c
1 file changed
src/main/java/edu/lab/core/OpenApiConfig.java
@@ -7,7 +7,6 @@
7
import io.swagger.v3.oas.annotations.security.SecurityRequirement;
8
import io.swagger.v3.oas.annotations.security.SecurityScheme;
9
import io.swagger.v3.oas.annotations.enums.SecuritySchemeType;
10
-import io.swagger.v3.oas.annotations.servers.Server;
11
import org.springframework.context.annotation.Configuration;
12
13
@Configuration
@@ -20,9 +19,6 @@
20
19
contact = @Contact(name = "lab-edu team"),
21
license = @License(name = "Internal")
22
),
23
- servers = {
24
- @Server(url = "http://localhost:8080", description = "Local")
25
- },
26
security = {
27
@SecurityRequirement(name = "bearerAuth")
28
}
0 commit comments