Skip to content

Commit

Permalink
Merge pull request #212 from Juinjang/feat/#210
Browse files Browse the repository at this point in the history
feat: deactivate swagger(#210)
  • Loading branch information
PicturePark1101 authored Sep 2, 2024
2 parents dd2a641 + 3bb21d4 commit b0dc682
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 b0dc682

Please sign in to comment.