Skip to content

Commit

Permalink
Update NotProd.java
Browse files Browse the repository at this point in the history
  • Loading branch information
gkfktkrh153 authored Jul 19, 2023
1 parent cb4d220 commit b123e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/site/bidderown/server/base/data/NotProd.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.util.ArrayList;
import java.util.List;

@Profile({"prod", "dev"})
@Profile({"dev"})
@Configuration
@Transactional
public class NotProd {
Expand Down

0 comments on commit b123e92

Please sign in to comment.