Merge branch 'BE/userinfo' into 'backend'
feat: qna 기능수정 See merge request s11-webmobile1-sub2/S11P12A701!25
This commit is contained in:
commit
169c1bc9dc
@ -68,7 +68,7 @@ public class QnaController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@DeleteMapping("/answer/delete/{qna_id}")
|
@PostMapping("/answer/delete/{qna_id}")
|
||||||
public ResponseEntity<QnaResponseDto> deleteAnswer(@PathVariable("qna_id") Long qna_id)
|
public ResponseEntity<QnaResponseDto> deleteAnswer(@PathVariable("qna_id") Long qna_id)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user