Skip to content

Commit

Permalink
Docs: 로컬 회원가입 description 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongho427 committed May 15, 2024
1 parent a875cc0 commit 6e1399a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public ResponseEntity<String> sendEmail(@RequestBody EmailRequest request) {
@Operation(summary = "사용자 정보 입력", description = """
이메일 인증을 마치면 사용자 정보를 입력합니다.
사용자 정보 입력을 마치고 회원가입에 성공하면 "회원가입 성공"이라는 메세지를 반환합니다.
사용자 정보 입력을 마치고 회원가입에 성공하면 Jwt 토큰을 헤더에 넣고 "회원가입 성공"이라는 메세지를 반환합니다.
""")
@PostMapping("/register")
public ResponseEntity<String> register(@RequestBody RegisterRequest request) {
Expand Down

0 comments on commit 6e1399a

Please sign in to comment.