gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: server /config also per instance


From: gnunet
Subject: [taler-merchant] branch master updated: server /config also per instance
Date: Wed, 05 Aug 2020 17:44:32 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new afc52d5  server /config also per instance
afc52d5 is described below

commit afc52d52a6abf0d56c6805fbcea359e0b7e4f1ac
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Aug 5 17:44:21 2020 +0200

    server /config also per instance
---
 src/backend/taler-merchant-httpd.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index 92986ab..cf149d2 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1016,6 +1016,13 @@ url_handler (void *cls,
       .skip_instance = true,
       .handler = &MH_handler_config
     },
+    /* Also serve the same /config per instance */
+    {
+      .url_prefix = "/config",
+      .method = MHD_HTTP_METHOD_GET,
+      .skip_instance = false,
+      .handler = &MH_handler_config
+    },
     /* POST /orders/$ID/abort: */
     {
       .url_prefix = "/orders/",

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