feat: Add GPG key to team members

This commit is contained in:
oSumAtrIX
2024-06-06 23:20:21 +02:00
parent 6b3dbab90b
commit 71f58cf352
12 changed files with 261 additions and 190 deletions

View File

@@ -13,6 +13,7 @@ fun Application.configureSerialization() {
json(
Json {
namingStrategy = JsonNamingStrategy.SnakeCase
explicitNulls = false
},
)
}