fix dependencies, add logging
This commit is contained in:
parent
30c2f4c45d
commit
d38478e0a4
@ -87,11 +87,6 @@
|
||||
<artifactId>webstly-wireguard</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
<artifactId>mariadb-java-client</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<!-- Database -->
|
||||
|
@ -97,6 +97,7 @@ public class DyndnsController extends BaseController {
|
||||
|
||||
res.send(update);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
throw new EntityResponseStatusException(HttpStatus.UNPROCESSABLE_ENTITY);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user