summaryrefslogtreecommitdiff
path: root/nexus
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-17 00:47:46 +0100
committerFlorian Dold <florian@dold.me>2021-01-17 00:47:46 +0100
commit950439387658d1a3c4c189d30147d391560068af (patch)
tree48b1570c76e60b6bb0cd894d6bba729e50d94a70 /nexus
parentcef920187af269020e1d214c45bcf8b969128f7c (diff)
downloadlibeufin-950439387658d1a3c4c189d30147d391560068af.tar.gz
libeufin-950439387658d1a3c4c189d30147d391560068af.tar.bz2
libeufin-950439387658d1a3c4c189d30147d391560068af.zip
bic is optional
Diffstat (limited to 'nexus')
-rw-r--r--nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
index 269a32cf..7c75cf08 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
@@ -564,6 +564,7 @@ fun serverMain(dbName: String, host: String, port: Int) {
authenticateRequest(call.request)
}
submitAllPaymentInitiations(client, accountId)
+ call.respond(object { })
return@post
}