Skip to content

Commit

Permalink
fix: 필요없는 어노테이션 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
junchanpp committed Feb 18, 2024
1 parent 15b7e11 commit 81dcb0a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public ResponseEntity<List<HashtagDTO>> getHashtag(
}

@PostMapping(value = "/hashtag", produces = MediaType.APPLICATION_JSON_VALUE)
@PreAuthorize("hasRole('ROLE_USER')")
public ResponseEntity<List<HashtagDTO>> createHashtag(
@Valid @RequestBody CreateHashtagRequest createHashtagRequest) {
return ResponseEntity
Expand Down

0 comments on commit 81dcb0a

Please sign in to comment.