Skip to content

Commit

Permalink
feat(NF-1032): make swagger ui configurable via stage
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidosm committed Nov 2, 2023
1 parent 4f4ccf1 commit 1af6fd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@Configuration
@EnableWebMvc
@ConditionalOnProperty(name = "neverpile.swagger-ui.enabled", havingValue = "true")
@ConditionalOnProperty(name = "stage", havingValue = "test")
public class OpenApiAutoConfiguration {
@Bean
public OpenApiDefinitionResource openApiDefinitionResource() {
Expand Down

0 comments on commit 1af6fd6

Please sign in to comment.