aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-07-20 15:13:29 +0200
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-07-20 15:13:29 +0200
commite96a82d77b22f18196d9ae549a259be8575006bf (patch)
treeb58eef89719811f98f0ec8e516de5a47f012c707 /src/reclaim
parentf89b96d1a0ffe8359fbbda6ea3276a030a701e91 (diff)
downloadgnunet-e96a82d77b22f18196d9ae549a259be8575006bf.tar.gz
gnunet-e96a82d77b22f18196d9ae549a259be8575006bf.zip
update
Diffstat (limited to 'src/reclaim')
-rw-r--r--src/reclaim/plugin_rest_reclaim.c10
1 files 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 @@
42/** 42/**
43 * REST root namespace 43 * REST root namespace
44 */ 44 */
45#define GNUNET_REST_API_NS_RECLAIM "/idp" 45#define GNUNET_REST_API_NS_RECLAIM "/reclaim"
46 46
47/** 47/**
48 * Attribute namespace 48 * Attribute namespace
49 */ 49 */
50#define GNUNET_REST_API_NS_RECLAIM_ATTRIBUTES "/idp/attributes" 50#define GNUNET_REST_API_NS_RECLAIM_ATTRIBUTES "/reclaim/attributes"
51 51
52/** 52/**
53 * Ticket namespace 53 * Ticket namespace
54 */ 54 */
55#define GNUNET_REST_API_NS_IDENTITY_TICKETS "/idp/tickets" 55#define GNUNET_REST_API_NS_IDENTITY_TICKETS "/reclaim/tickets"
56 56
57/** 57/**
58 * Revoke namespace 58 * Revoke namespace
59 */ 59 */
60#define GNUNET_REST_API_NS_IDENTITY_REVOKE "/idp/revoke" 60#define GNUNET_REST_API_NS_IDENTITY_REVOKE "/reclaim/revoke"
61 61
62/** 62/**
63 * Revoke namespace 63 * Revoke namespace
64 */ 64 */
65#define GNUNET_REST_API_NS_IDENTITY_CONSUME "/idp/consume" 65#define GNUNET_REST_API_NS_IDENTITY_CONSUME "/reclaim/consume"
66 66
67/** 67/**
68 * Attribute key 68 * Attribute key