From fa05b92ed6b6be032b7ff72a31c6b6cd0313357a Mon Sep 17 00:00:00 2001 From: Daniel Lamb Date: Thu, 30 Jul 2015 17:02:19 -0300 Subject: [PATCH] Re-exporting services --- islandora/islandora.module | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/islandora/islandora.module b/islandora/islandora.module index cbb25fb7..9086c8aa 100644 --- a/islandora/islandora.module +++ b/islandora/islandora.module @@ -98,7 +98,7 @@ function islandora_default_services_endpoint() { ), ); $endpoint->resources = array( - 'delete_by_fedora_uri' => array( + 'medium_size' => array( 'operations' => array( 'create' => array( 'enabled' => '1', @@ -148,6 +148,13 @@ function islandora_default_services_endpoint() { ), ), ), + 'tn' => array( + 'operations' => array( + 'create' => array( + 'enabled' => '1', + ), + ), + ), 'user' => array( 'actions' => array( 'login' => array( @@ -175,14 +182,3 @@ function islandora_default_services_endpoint() { $endpoint->debug = 0; return array($endpoint); } - - - - - - - - - - -