Browse Source

Re-exporting services

7.x-2.x
Daniel Lamb 9 years ago
parent
commit
fa05b92ed6
  1. 20
      islandora/islandora.module

20
islandora/islandora.module

@ -98,7 +98,7 @@ function islandora_default_services_endpoint() {
), ),
); );
$endpoint->resources = array( $endpoint->resources = array(
'delete_by_fedora_uri' => array( 'medium_size' => array(
'operations' => array( 'operations' => array(
'create' => array( 'create' => array(
'enabled' => '1', 'enabled' => '1',
@ -148,6 +148,13 @@ function islandora_default_services_endpoint() {
), ),
), ),
), ),
'tn' => array(
'operations' => array(
'create' => array(
'enabled' => '1',
),
),
),
'user' => array( 'user' => array(
'actions' => array( 'actions' => array(
'login' => array( 'login' => array(
@ -175,14 +182,3 @@ function islandora_default_services_endpoint() {
$endpoint->debug = 0; $endpoint->debug = 0;
return array($endpoint); return array($endpoint);
} }

Loading…
Cancel
Save