Skip to content

Commit

Permalink
refactor: 서버 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursin0330 committed Nov 29, 2024
1 parent dfd7f4c commit 61eecea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import java.util.Collections;

// 로컬서버 실행시 주석처리
@OpenAPIDefinition(info = @Info(title = "한글바다 API 명세서"), servers = {@Server(url = "https://hangeulbada.ssoxong.xyz", description = "한글바다 HTTPS API 서버")})
@OpenAPIDefinition(info = @Info(title = "한글바다 API 명세서"), servers = {@Server(url = "https://bada-be.ccsso.shop", description = "한글바다 HTTPS API 서버")})
@Configuration
public class SwaggerConfig {
@Bean
Expand Down

0 comments on commit 61eecea

Please sign in to comment.