Skip to content

Commit

Permalink
refactor: swagger 요청 주소 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Dec 3, 2024
1 parent 4fa54b2 commit 76d0fa6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions BE/error/src/main/java/com/example/demo/ErrorApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
@EnableJpaAuditing
@EnableScheduling
@EnableFeignClients(basePackages = "com.example.demo.auth.infra.oauth.slack.client")
//@OpenAPIDefinition(
// servers = {
// @Server(url="https://error.econo-calendar.com:8080", description = "Default Server url")
// }
//)
@OpenAPIDefinition(
servers = {
@Server(url="https://error.econo-calendar.com:8080", description = "Default Server url")
}
)
public class ErrorApplication {

public static void main(String[] args) {
Expand Down

0 comments on commit 76d0fa6

Please sign in to comment.