fix dependencies, add logging
This commit is contained in:
@@ -97,6 +97,7 @@ public class DyndnsController extends BaseController {
|
||||
|
||||
res.send(update);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
throw new EntityResponseStatusException(HttpStatus.UNPROCESSABLE_ENTITY);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user