Skip to content

Commit

Permalink
feat: deactivate swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
2hy2on committed Sep 2, 2024
1 parent 6f444c6 commit 3bb21d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/umc/th/juinjang/config/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
import io.swagger.v3.oas.models.servers.Server;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;

@Profile("!prod")
@Configuration
public class SwaggerConfig {

Expand Down

0 comments on commit 3bb21d4

Please sign in to comment.