Skip to content

Commit

Permalink
fix: default server url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Oct 11, 2024
1 parent cded32b commit 630dd3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@EnableFeignClients(basePackages = "com.example.demo.auth.infra.oauth.slack.client")
@OpenAPIDefinition(
servers = {
@Server(url="https://error.econo-calendar.com", description = "Default Server url")
@Server(url="https://error.econo-calendar.com:8080", description = "Default Server url")
}
)
public class ErrorApplication {
Expand Down

0 comments on commit 630dd3e

Please sign in to comment.