Skip to content

Commit

Permalink
๐Ÿ“ฆ๏ธ [CHORE] ์Šค์›จ๊ฑฐ https ์„ค์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jan 10, 2024
1 parent 0544c36 commit 678950c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.springframework.cloud.openfeign.EnableFeignClients;

@SpringBootApplication(exclude = { UserDetailsServiceAutoConfiguration.class })
@OpenAPIDefinition(servers = {@Server(url ="https://www.lecue.p-e.kr", description = "Default Server URL")})
@OpenAPIDefinition(servers = {@Server(url ="/", description = "Default Server URL")})
@EnableFeignClients
public class LequuServerApplication {

Expand Down

0 comments on commit 678950c

Please sign in to comment.