Skip to content

Commit

Permalink
fix: SwaggerConfig 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjjjinseo committed Jul 20, 2024
1 parent ce95a69 commit 4221ddb
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@

@Configuration
@OpenAPIDefinition(
info = @Info(title = "BeginnerFit API 명세",
description = "API 명세",
version = "v1"),
servers = {
@Server(url = "127.0.0.1:8080", description = "Local"),
@Server(url = "3.37.58.77", description = "Server")
}
info = @Info(title = "BeginnerFit WAS",
description = "BeginnerFit API 명세",
version = "v1")
)
public class SwaggerConfig {
@Bean
Expand Down

0 comments on commit 4221ddb

Please sign in to comment.