commit 52222ba815fd0b0f31521d7482826ed6536c5bb2
parent 46d92a7f5212014266351aaf77e9f9b48e357e27
Author: Marcello Stanisci <ms@taler.net>
Date: Wed, 29 Apr 2020 16:21:15 +0200
remove empty lines
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -177,7 +177,6 @@ fun main() {
call.respond(ret)
return@get
}
-
/* Show details about ONE Ebics host */
get("/ebics/hosts/{id}") {
val resp = transaction {
@@ -194,7 +193,6 @@ fun main() {
)
else call.respond(resp)
}
-
/** Create a new EBICS host. */
post("/ebics/hosts") {
val req = call.receive<EbicsHostCreateRequest>()