dev profile fix
This commit is contained in:
@@ -378,7 +378,7 @@ public class GlobalExceptionHandler {
|
||||
HttpStatus.valueOf(codeName),
|
||||
errorLog.getId());
|
||||
|
||||
return ResponseEntity.status(HttpStatus.UNAUTHORIZED) // 🔥 여기서 401 지정
|
||||
return ResponseEntity.status(HttpStatus.UNAUTHORIZED) // 여기서 401 지정
|
||||
.body(body);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user