gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: align URI to $verb-$subject


From: gnunet
Subject: [libeufin] branch master updated: align URI to $verb-$subject
Date: Thu, 25 Jun 2020 06:41:02 +0200

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 073bf67  align URI to $verb-$subject
073bf67 is described below

commit 073bf67f543be80bf81807d73ea388659ba420fd
Author: MS <ms@taler.net>
AuthorDate: Thu Jun 25 06:40:56 2020 +0200

    align URI to $verb-$subject
---
 nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ebf6255..7cb9d8c 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
@@ -769,7 +769,7 @@ fun serverMain(dbName: String, host: String) {
                 route("/ebics") {
                     ebicsBankConnectionRoutes(client)
                 }
-                post("/accounts/fetch") {
+                post("/fetch-accounts") {
                     val conn = transaction {
                         authenticateRequest(call.request)
                         requireBankConnection(call, "connid")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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