Skip to content

Commit

Permalink
chore: 운영 환경 스웨거 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
tfer2442 committed Sep 8, 2024
1 parent 4b3a78e commit bd80e46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
version = "1.0")

)
@Profile("dev")
@Configuration
public class SwaggerConfig {
private static final String BEARER_TOKEN_PREFIX = "Bearer";

@Bean
@Profile("!prod")
public OpenAPI openAPI() {
String accessToken = "Access Token (Bearer)";

Expand Down

0 comments on commit bd80e46

Please sign in to comment.