Skip to content

Commit e685d0a

Browse files
committed
fix[post]:api name
1 parent 2c98095 commit e685d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/com/ai/lawyer/domain/post/controller/PostController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public ResponseEntity<ApiResponse<List<PostDto>>> getMyPosts() {
148148
}
149149

150150
@Operation(summary = "게시글+투표 동시 등록")
151-
@PostMapping("/createpost")
151+
@PostMapping("/createPost")
152152
public ResponseEntity<ApiResponse<PostDetailDto>> createPostWithPoll(@RequestBody PostWithPollCreateDto dto) {
153153
Authentication authentication = SecurityContextHolder.getContext().getAuthentication();
154154
Object principal = authentication.getPrincipal();

0 commit comments

Comments
 (0)