Skip to content

Commit

Permalink
🐛 fix: https CORS 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chamm99 committed Aug 5, 2024
1 parent 6e222fe commit 16a17fb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;

@OpenAPIDefinition(servers = {
@Server(url = "http://localhost:8080", description = "로컬 서버"),
@Server(url = "https://www.alcoholfreeday.site", description = "술없는날 도메인"),
@Server(url = "https://alcoholfreeday.site", description = "술없는날 도메인")
@Server(url = "/", description = "Default Server URL")
})@SpringBootApplication
@EnableJpaAuditing
public class AlcoholFreeDayApplication {
Expand Down

0 comments on commit 16a17fb

Please sign in to comment.