Skip to content

Commit 76f4641

Browse files
committed
Fix : feature/swagger-cors
1 parent a7f385d commit 76f4641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/going/server/global/config/SwaggerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class SwaggerConfig {
1414
public OpenAPI OpenAPI() {
1515
Info info = new Info()
1616
.title("Test SpringBoot API")
17-
.description("<h3>CapGoing API 명세서</h3>")
17+
.description("<h3>CapGoing API</h3>")
1818
.version("1.0.0");
1919

2020
return new OpenAPI()

0 commit comments

Comments
 (0)