Skip to content

Commit

Permalink
Merge pull request #236 from prgrms-web-devcourse-final-project/feature/
Browse files Browse the repository at this point in the history
#235-fix-502-해결

[del] 불필요 파일 삭제
  • Loading branch information
DongWooKim4343 authored Dec 24, 2024
2 parents c294386 + fb9f852 commit 29a1c3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@
// String closeDays = line[18];
// String webSite = line[17];
//
// boolean exists = placeArticleRepository.existsByTitle(title);
// if (exists) {
// return null; // 이미 존재하면 null 반환
// }
//
// return PlaceArticle.builder()
// .member(member)
Expand Down
23 changes: 0 additions & 23 deletions src/main/resources/application-dev.properties

This file was deleted.

0 comments on commit 29a1c3b

Please sign in to comment.