Skip to content

Commit

Permalink
docs :: fix swagger title
Browse files Browse the repository at this point in the history
  • Loading branch information
miraexhoi committed Sep 3, 2024
1 parent bab208f commit bd8c466
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
Expand Up @@ -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()
Expand Down

0 comments on commit bd8c466

Please sign in to comment.