@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.PathVariable;
@RestController
-@RequestMapping("/api/comment")
+@RequestMapping("/api/comments")
public class CommentController {
@Autowired