dev profile fix

This commit is contained in:
DanielLee
2026-01-22 20:07:39 +09:00
parent eef4579598
commit a46b14db7f
4 changed files with 8 additions and 7 deletions

View File

@@ -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);
}