aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_rest_escrow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/escrow/plugin_rest_escrow.c')
-rw-r--r--src/escrow/plugin_rest_escrow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/escrow/plugin_rest_escrow.c b/src/escrow/plugin_rest_escrow.c
index 12d48faf5..917d0cdca 100644
--- a/src/escrow/plugin_rest_escrow.c
+++ b/src/escrow/plugin_rest_escrow.c
@@ -1140,8 +1140,8 @@ rest_process_request (struct GNUNET_REST_RequestHandle *rest_handle,
1140 struct RequestHandle *handle = GNUNET_new (struct RequestHandle); 1140 struct RequestHandle *handle = GNUNET_new (struct RequestHandle);
1141 struct GNUNET_REST_RequestHandlerError err; 1141 struct GNUNET_REST_RequestHandlerError err;
1142 static const struct GNUNET_REST_RequestHandler handlers[] = 1142 static const struct GNUNET_REST_RequestHandler handlers[] =
1143 { { MHD_HTTP_METHOD_GET, GNUNET_REST_API_NS_ESCROW_VERIFY, &verify_escrow }, 1143 { { MHD_HTTP_METHOD_GET, GNUNET_REST_API_NS_ESCROW_STATUS, &get_escrow_status },
1144 { MHD_HTTP_METHOD_GET, GNUNET_REST_API_NS_ESCROW_STATUS, &get_escrow_status }, 1144 { MHD_HTTP_METHOD_POST, GNUNET_REST_API_NS_ESCROW_VERIFY, &verify_escrow },
1145 { MHD_HTTP_METHOD_POST, GNUNET_REST_API_NS_ESCROW_GET, &get_escrowed_identity }, 1145 { MHD_HTTP_METHOD_POST, GNUNET_REST_API_NS_ESCROW_GET, &get_escrowed_identity },
1146 { MHD_HTTP_METHOD_POST, GNUNET_REST_API_NS_ESCROW_PUT, &escrow_identity }, 1146 { MHD_HTTP_METHOD_POST, GNUNET_REST_API_NS_ESCROW_PUT, &escrow_identity },
1147 { MHD_HTTP_METHOD_OPTIONS, GNUNET_REST_API_NS_ESCROW, &options_cont }, 1147 { MHD_HTTP_METHOD_OPTIONS, GNUNET_REST_API_NS_ESCROW, &options_cont },