Skip to content

Commit

Permalink
[KAN-12] 자동완성 서버 개발 - 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok committed Apr 4, 2024
1 parent c8f18a2 commit a0d27f2
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 java.security.SignatureException

@RestControllerAdvice
class GlobalExceptionHandler {
// asdasdsa
// asdasdsa
@ExceptionHandler(ServerException::class)
fun handleServerException(
ex: ServerException,
Expand Down

0 comments on commit a0d27f2

Please sign in to comment.