Skip to content

Commit

Permalink
adding test profile service
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenmothersele committed Dec 6, 2011
1 parent d101fd0 commit b1b740d
Showing 1 changed file with 9 additions and 1 deletion.
Expand Up @@ -16,7 +16,15 @@ function kendra_social_services_services_get_mappings() {
$resources['groups'] = array(); // stub for eventual groups service
$resources['mediaItems'] = array(); // stub for eventual mediaItems service
$resources['people'] = array(); // stub for eventual people service
$resources['profiles'] = array(); // stub for eventual profiles service
$resources['profiles'] = array(
'actions' => array(
'get' => array(
'enabled' => 1,
'callback' => '_kss_social_profile_test',
)
),
);

$resources['smartfilters'] = array(); // stub for eventual Smart Filters service

/**
Expand Down

0 comments on commit b1b740d

Please sign in to comment.