Skip to content

Commit ea0b176

Browse files
committed
refactor: 219 add prod profile on swagger config
1 parent 95e24b8 commit ea0b176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/doldol_server/doldol/common/config/SwaggerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import org.springframework.context.annotation.Profile;
1111

1212
@Configuration
13-
@Profile({"local", "dev"})
13+
@Profile({"local", "dev", "prod"})
1414
public class SwaggerConfig {
1515

1616
@Bean

0 commit comments

Comments
 (0)