Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jms0324 authored May 26, 2024
2 parents 431f5e9 + 67422d3 commit df3ad52
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,13 @@ public ResponseEntity<?> imageCreate(@RequestHeader("Authorization") String auth
}

@GetMapping("/api/diary/share")

public ResponseEntity<?> diaryShare(@RequestParam("diaryId") Long diaryId){

return ResponseEntity.ok().body(ApiResponse.success(SuccessType.PROCESS_SUCCESSED,diaryService.diaryShare(diaryId)));



}

public Long extractMemberIdFromRequestHeader(String authHeader) {
Expand Down

0 comments on commit df3ad52

Please sign in to comment.