Skip to content

Commit

Permalink
Edit readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HJC96 committed Oct 25, 2023
1 parent 1dcf161 commit 1eecc09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## 프로젝트 개요
Java와 SpringBoot를 이용하여 가상의 온라인 상점 API를 구현했습니다. 이 프로젝트는 FakeStoreAPI를 기반한 것으로, 이는 실제 상점의 다양한 기능을 제공하는 JavaScript 기반 오픈소스 API 서버입니다. 상품 조회, 장바구니 관리, 사용자 인증 등의 기능을 포함하고 있습니다.


<!--
# API 서버를 만들면서 기록한 내용들 입니다.
-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public ResponseEntity signup(@RequestBody @Valid MemberSignUpDTO memberSignUpDTO
return new ResponseEntity(HttpStatus.BAD_REQUEST);
}


Member saveMember = memberService.addMember(memberSignUpDTO);

MemberSignUpResponseDTO memberSignupResponseDTO = new MemberSignUpResponseDTO();
Expand Down

0 comments on commit 1eecc09

Please sign in to comment.