[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: actually serve /terms
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: actually serve /terms |
Date: |
Sun, 08 Dec 2019 20:26:55 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new b19c7cff actually serve /terms
b19c7cff is described below
commit b19c7cff91704cbbd6355b60beaacea983a1f02b
Author: Florian Dold <address@hidden>
AuthorDate: Sun Dec 8 20:26:49 2019 +0100
actually serve /terms
---
src/exchange/taler-exchange-httpd.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd.c
b/src/exchange/taler-exchange-httpd.c
index e53555d6..001d49df 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -252,7 +252,10 @@ handle_mhd_request (void *cls,
{ "/agpl", MHD_HTTP_METHOD_GET, "text/plain",
NULL, 0,
&TEH_MHD_handler_agpl_redirect, MHD_HTTP_FOUND },
-
+ /* Terms of service */
+ { "/terms", MHD_HTTP_METHOD_GET, NULL,
+ NULL, 0,
+ &TEH_handler_terms, MHD_HTTP_OK },
/* Return key material and fundamental properties for this exchange */
{ "/keys", MHD_HTTP_METHOD_GET, "application/json",
NULL, 0,
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: actually serve /terms,
gnunet <=