fix dependencies, add logging

This commit is contained in:
2023-12-13 11:56:57 +01:00
parent 30c2f4c45d
commit d38478e0a4
2 changed files with 1 additions and 5 deletions
@@ -97,6 +97,7 @@ public class DyndnsController extends BaseController {
res.send(update);
} catch (Exception e) {
e.printStackTrace();
throw new EntityResponseStatusException(HttpStatus.UNPROCESSABLE_ENTITY);
}
}