Skip to content

Commit 52bc43c

Browse files
authored
Merge pull request #8 from lab-edu/dev
feat(core): implement complete course learning system with assignment workflow and AI grading
2 parents ee001d1 + 8e5ae7e commit 52bc43c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/edu/lab/core/OpenApiConfig.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import io.swagger.v3.oas.annotations.security.SecurityRequirement;
88
import io.swagger.v3.oas.annotations.security.SecurityScheme;
99
import io.swagger.v3.oas.annotations.enums.SecuritySchemeType;
10-
import io.swagger.v3.oas.annotations.servers.Server;
1110
import org.springframework.context.annotation.Configuration;
1211

1312
@Configuration
@@ -20,9 +19,6 @@
2019
contact = @Contact(name = "lab-edu team"),
2120
license = @License(name = "Internal")
2221
),
23-
servers = {
24-
@Server(url = "http://localhost:8080", description = "Local")
25-
},
2622
security = {
2723
@SecurityRequirement(name = "bearerAuth")
2824
}

0 commit comments

Comments
 (0)