gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: update


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: update
Date: Fri, 20 Jul 2018 15:13:42 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e96a82d77 update
     new 89d66eee2 Merge branch 'master' of git+ssh://gnunet.org/gnunet
e96a82d77 is described below

commit e96a82d77b22f18196d9ae549a259be8575006bf
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Fri Jul 20 15:13:29 2018 +0200

    update
---
 src/reclaim/plugin_rest_reclaim.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/reclaim/plugin_rest_reclaim.c 
b/src/reclaim/plugin_rest_reclaim.c
index b54aed5f3..38ffc4ddb 100644
--- a/src/reclaim/plugin_rest_reclaim.c
+++ b/src/reclaim/plugin_rest_reclaim.c
@@ -42,27 +42,27 @@
 /**
  * REST root namespace
  */
-#define GNUNET_REST_API_NS_RECLAIM "/idp"
+#define GNUNET_REST_API_NS_RECLAIM "/reclaim"
 
 /**
  * Attribute namespace
  */
-#define GNUNET_REST_API_NS_RECLAIM_ATTRIBUTES "/idp/attributes"
+#define GNUNET_REST_API_NS_RECLAIM_ATTRIBUTES "/reclaim/attributes"
 
 /**
  * Ticket namespace
  */
-#define GNUNET_REST_API_NS_IDENTITY_TICKETS "/idp/tickets"
+#define GNUNET_REST_API_NS_IDENTITY_TICKETS "/reclaim/tickets"
 
 /**
  * Revoke namespace
  */
-#define GNUNET_REST_API_NS_IDENTITY_REVOKE "/idp/revoke"
+#define GNUNET_REST_API_NS_IDENTITY_REVOKE "/reclaim/revoke"
 
 /**
  * Revoke namespace
  */
-#define GNUNET_REST_API_NS_IDENTITY_CONSUME "/idp/consume"
+#define GNUNET_REST_API_NS_IDENTITY_CONSUME "/reclaim/consume"
 
 /**
  * Attribute key

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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