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