changed format

This commit is contained in:
2026-03-30 20:42:48 +02:00
parent 79379b238a
commit 6267e18478
6 changed files with 5 additions and 9 deletions
@@ -36,5 +36,4 @@ public class GlobalExceptionHandler {
.forStatusAndDetail(e.getStatusCode(),
"The external app returned a server error: " + e.getStatusText());
}
}