Skip to content

Commit

Permalink
Update PriceService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Imsyp authored Sep 27, 2024
1 parent e63d127 commit 2ff762e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public class PriceService {

private static final Logger logger = LoggerFactory.getLogger(PriceService.class);
private static final String BASE_PATH = "/mnt/patturning";
private static final String BASE_PATH = "/mnt/filestore";

@Autowired
private MongoTemplate mongoTemplate;
Expand Down

0 comments on commit 2ff762e

Please sign in to comment.