gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: make code match docs


From: gnunet
Subject: [libeufin] branch master updated: make code match docs
Date: Tue, 17 Aug 2021 16:05:47 +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 297db5d  make code match docs
297db5d is described below

commit 297db5d984e36b3c44a72b9a8d627fe0b38e3c27
Author: MS <ms@taler.net>
AuthorDate: Tue Aug 17 03:05:44 2021 -1100

    make code match docs
---
 nexus/src/main/kotlin/tech/libeufin/nexus/server/JSON.kt        | 2 +-
 nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/server/JSON.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/server/JSON.kt
index f6e8c75..ef16db6 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/server/JSON.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/server/JSON.kt
@@ -356,7 +356,7 @@ data class FacadeShowInfo(
     val type: String,
     // Taler wire gateway API base URL.
     // Different from the base URL of the facade.
-    val twgBaseUrl: String,
+    val baseUrl: String,
     val config: JsonNode
 )
 
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 48dd6f0..853056f 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
@@ -900,7 +900,7 @@ fun serverMain(host: String, port: Int) {
                     FacadeShowInfo(
                         name = f.facadeName,
                         type = f.type,
-                        twgBaseUrl = call.url {
+                        baseUrl = call.url {
                             parameters.clear()
                             encodedPath = ""
                             pathComponents("facades", f.facadeName, f.type)
@@ -927,7 +927,7 @@ fun serverMain(host: String, port: Int) {
                             FacadeShowInfo(
                                 name = it.facadeName,
                                 type = it.type,
-                                twgBaseUrl = call.url {
+                                baseUrl = call.url {
                                     parameters.clear()
                                     encodedPath = ""
                                     pathComponents("facades", it.facadeName, 
it.type)

-- 
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]