Skip to content

Commit

Permalink
fix : 메서드명 수정
Browse files Browse the repository at this point in the history
- 오타 수정
  • Loading branch information
seokho-1116 committed Aug 2, 2024
1 parent 186abb3 commit fd833dc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

// swagger 접속 url -> http://localhost:8080/api/swagger-ui/index.html#/

@Configuration
public class SwaggerConfig {

@Bean
public OpenAPI springShopOpenAPI() {
public OpenAPI openApi() {
return new OpenAPI()
.servers(getServers())
.info(getInfo())
Expand Down

0 comments on commit fd833dc

Please sign in to comment.