Skip to content
Snippets Groups Projects
Commit 1db929c5 authored by Ruben Backx's avatar Ruben Backx :coffee:
Browse files

Fix compilation

parent 10172173
No related branches found
No related tags found
No related merge requests found
Pipeline #1252099 passed
......@@ -139,7 +139,7 @@ public class ErrorController extends ResponseEntityExceptionHandler {
case FORBIDDEN -> forbidden();
case NOT_FOUND -> notFound();
case UNPROCESSABLE_ENTITY -> unprocessableEntity();
case SERVICE_UNAVAILABLE -> serviceUnavailable();
case SERVICE_UNAVAILABLE -> serviceUnavailable(e);
default -> exception(e);
};
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment