gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: change HTTP method


From: gnunet
Subject: [libeufin] branch master updated: change HTTP method
Date: Fri, 22 Nov 2019 15:46:53 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 57d2702  change HTTP method
57d2702 is described below

commit 57d2702457554c05b53cb9d6b439d06ab96255d4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Nov 22 15:46:46 2019 +0100

    change HTTP method
---
 nexus/src/main/kotlin/Main.kt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nexus/src/main/kotlin/Main.kt b/nexus/src/main/kotlin/Main.kt
index c107bec..61a41d5 100644
--- a/nexus/src/main/kotlin/Main.kt
+++ b/nexus/src/main/kotlin/Main.kt
@@ -787,7 +787,7 @@ fun main() {
 
             }
 
-            put("/ebics/subscribers/{id}/backup") {
+            post("/ebics/subscribers/{id}/backup") {
 
                 val id = expectId(call.parameters["id"])
                 val body = call.receive<EbicsBackupRequest>()
@@ -1174,4 +1174,4 @@ fun main() {
 
     logger.info("Up and running")
     server.start(wait = true)
-}
\ No newline at end of file
+}

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]