We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c98095 commit e685d0aCopy full SHA for e685d0a
backend/src/main/java/com/ai/lawyer/domain/post/controller/PostController.java
@@ -148,7 +148,7 @@ public ResponseEntity<ApiResponse<List<PostDto>>> getMyPosts() {
148
}
149
150
@Operation(summary = "게시글+투표 동시 등록")
151
- @PostMapping("/createpost")
+ @PostMapping("/createPost")
152
public ResponseEntity<ApiResponse<PostDetailDto>> createPostWithPoll(@RequestBody PostWithPollCreateDto dto) {
153
Authentication authentication = SecurityContextHolder.getContext().getAuthentication();
154
Object principal = authentication.getPrincipal();
0 commit comments