fix identity rest
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Fri, 14 Feb 2020 10:05:22 +0000 (11:05 +0100)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Fri, 14 Feb 2020 10:05:22 +0000 (11:05 +0100)
src/identity/plugin_rest_identity.c

index 65bbaaaba4da82266a5397ef33982dad4e7d8068..4b3571996b0f25f63385413362c5d797fbb63242 100644 (file)
  */
 #define GNUNET_REST_API_NS_IDENTITY "/identity"
 
-/**
- * Identity Namespace with public key specifier
- */
-#define GNUNET_REST_API_NS_IDENTITY_ALL "/identity/all"
-
 /**
  * Identity Namespace with public key specifier
  */
@@ -1155,7 +1150,7 @@ init_cont (struct RequestHandle *handle)
 {
   struct GNUNET_REST_RequestHandlerError err;
   static const struct GNUNET_REST_RequestHandler handlers[] =
-  { { MHD_HTTP_METHOD_GET, GNUNET_REST_API_NS_IDENTITY_ALL, &ego_get_all },
+  { { MHD_HTTP_METHOD_GET, GNUNET_REST_API_NS_IDENTITY, &ego_get_all },
     { MHD_HTTP_METHOD_GET, GNUNET_REST_API_NS_IDENTITY_PUBKEY,
       &ego_get_pubkey },
     { MHD_HTTP_METHOD_GET, GNUNET_REST_API_NS_IDENTITY_NAME, &ego_get_name },