Skip to content

Commit

Permalink
refactor :: path
Browse files Browse the repository at this point in the history
  • Loading branch information
meltapplee committed Sep 12, 2024
1 parent 4b44a57 commit 4e46b44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import javax.validation.Valid

@RequiredArgsConstructor
@RestController
@RequestMapping("/post")
@RequestMapping("/community")
class PostController(
private val createPostService: CreatePostService,
private val queryAllPostService: QueryAllPostService,
Expand Down

0 comments on commit 4e46b44

Please sign in to comment.