gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: enable Taler Hello endpoint


From: gnunet
Subject: [libeufin] branch master updated: enable Taler Hello endpoint
Date: Fri, 29 May 2020 18:04:33 +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 5ffecf8  enable Taler Hello endpoint
5ffecf8 is described below

commit 5ffecf85ac4f7914d2e855557573de5e7ede91c5
Author: MS <ms@taler.net>
AuthorDate: Fri May 29 18:04:29 2020 +0200

    enable Taler Hello endpoint
---
 nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt
index d39487e..2743c02 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt
@@ -518,4 +518,8 @@ fun talerFacadeRoutes(route: Route) {
         historyIncoming(call)
         return@get
     }
+    route.get("/taler") {
+        call.respondText("Hello Taler")
+        return@get
+    }
 }
\ No newline at end of file

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