Skip to content

Commit 589c70c

Browse files
milowonyyytir777marshmallowing
authored
Hotfix : url parser 경로 제거(v1.0.4) (#48)
* feat : 닉네임 중복 체크 (nickname unique), 인증코드 검사 예외처리 추가 * fix : user_id IDENTITY strategy & dev redis host 이름변경 (localhost -> redis) * test코드 생성 & swagger url 삭제 & 환경변수 중복 삭제 * fix : 엔드포인트 추가 * Feature/26 notification (#29) * feat : google login 구현 완료 * feat : google login 구현 완료 (ios 구현 중) * fix : main push 시에만 workflow trigger * Feature/#28 google apple login * feat : google login 구현 완료 * fix : user hard delete * feat : apple 로그인 구현 및 ddl-auto -> update 변경 * workflow 줄바꿈 에러 수정 * hotifx : 에러 핸들링 수정 및 무중단 배포 삭제 (리소스 너무 많이 먹음) * 수정사항 반영 (API 인증 관련, db schema, 예외 처리 등..) * Feature/35 term (#38) * 약관 엔티티 생성 및 연관관계 설정 * 회원가입에 약관 저장 로직 추가 * 서버에서 idToken을 받아올 수 없으므로 단순히 이메일로 accessToken을 받아오는 test API 추가 * fix : docker compose 명령어 수정 * Feature : 파티 기능 (#42) * feat : 파티 엔티티 정의 * feat : 파티 dto * feat : party dto 정의 * feat : party entity 정의 * feat : 파티 생성,수정,삭제, 조회 partycontroller partyservice partyrepository * feat : 거리 계산 클래스 * refactor : 불필요한 코드 삭제 * refactor : token provider로 유저 아이디 추출하도록 변경 * Fix: 파티 기능 버그 수정 * docs : 파티 swagger 문서 추가 * hotfix : url parser 경로 제거 --------- Co-authored-by: Wonjae Lim <[email protected]> Co-authored-by: Youjin <[email protected]>
1 parent 3f7d7a9 commit 589c70c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/ita/tinybite/domain/party/service/PartyService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import ita.tinybite.global.location.LocationService;
2424
import ita.tinybite.global.util.DistanceCalculator;
25-
import ita.tinybite.global.util.UrlParser;
2625
import lombok.RequiredArgsConstructor;
2726
import org.springframework.stereotype.Service;
2827
import org.springframework.transaction.annotation.Transactional;

0 commit comments

Comments
 (0)