Skip to content

Commit

Permalink
[TDC-21] 일단 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yerimkoko committed Jan 2, 2024
1 parent 6cc5396 commit c700c31
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.support.DefaultMessageSourceResolvable;
import org.springframework.http.HttpStatus;
import org.springframework.http.converter.HttpMessageNotReadableException;
import org.springframework.validation.BindException;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.ResponseStatus;
Expand All @@ -29,5 +30,4 @@ private ApiResponse<Object> handleBadRequest(BindException exception) {
return ApiResponse.error(E400_INVALID, errorMessage);
}


}

This file was deleted.

This file was deleted.

0 comments on commit c700c31

Please sign in to comment.