Skip to content

Commit

Permalink
Merge pull request #106 from dnd-side-project/docs/#105
Browse files Browse the repository at this point in the history
Fix Swagger Title
miraexhoi authored Sep 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents e3b4ac5 + bd8c466 commit f68d3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/dnd/spaced/global/config/DocsConfig.java
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ public class DocsConfig {
public OpenAPI openAPI() {
OpenAPI openAPI = new OpenAPI()
.addServersItem(new Server().url("/"))
.info(new Info().title("OAuth2 API").version("v1"))
.info(apiInfo())
.components(new Components().addSecuritySchemes(
"bearerAuth",
new SecurityScheme()

0 comments on commit f68d3c4

Please sign in to comment.