Skip to content

Commit c912139

Browse files
committed
merge : origin develop pulled
1 parent b6c05c8 commit c912139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/muit/backend/apiPayLoad/exception/ExceptionAdvice.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import java.util.Optional;
2626

2727
@Slf4j
28-
@RestControllerAdvice(annotations = {RestController.class}, basePackageClasses = {CommentService.class})
28+
@RestControllerAdvice(annotations = {RestController.class})
2929
public class ExceptionAdvice extends ResponseEntityExceptionHandler {
3030

3131
//유효성 검사에서 제약 조건이 위반되었을 때 발생하는 예외

0 commit comments

Comments
 (0)