Skip to content

Commit

Permalink
Merge pull request #25 from Imsyp/main
Browse files Browse the repository at this point in the history
change base path
  • Loading branch information
Imsyp authored Sep 20, 2024
2 parents 5d9addc + c84b2c4 commit 19e0028
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified server/build/libs/swdc-0.0.1-SNAPSHOT-plain.jar
Binary file not shown.
Binary file modified server/build/libs/swdc-0.0.1-SNAPSHOT.jar
Binary file not shown.
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 = "/Users/sangyeong_park/CE/contest/file_system";
private static final String BASE_PATH = "/mnt/patturning";

@Autowired
private MongoTemplate mongoTemplate;
Expand Down

0 comments on commit 19e0028

Please sign in to comment.