Skip to content

Commit

Permalink
πŸ› [FIX] swagger https μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jan 17, 2024
1 parent 696ac3d commit ce73930
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

Expand Down

0 comments on commit ce73930

Please sign in to comment.