Skip to content
Snippets Groups Projects

978: remove spring-web

Merged Henry Borasch requested to merge 978_remove_spring-web into main
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,7 +2,7 @@ package dev.fitko.fitconnect.api.exceptions;
public class RestApiException extends RuntimeException {
private int statusCode = 400;
private int statusCode = 500;
public RestApiException(final String errorMessage, final Throwable error) {
super(errorMessage, error);
Loading