From 79e77bd72aeb27c82ff4ef0b905d2a75f00f8258 Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 16 May 2008 11:43:57 +0000 Subject: Marcus Povey * Refactored API under services git-svn-id: https://code.elgg.org/elgg/trunk@649 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/apitest/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/apitest/start.php') diff --git a/mod/apitest/start.php b/mod/apitest/start.php index ded4d5d0d..947da115c 100644 --- a/mod/apitest/start.php +++ b/mod/apitest/start.php @@ -163,7 +163,7 @@ $endpoint = sanitise_string($endpoint); if ($endpoint=="") - $endpoint = $CONFIG->wwwroot . "endpoints/rest.php"; + $endpoint = $CONFIG->wwwroot . "services/api/rest.php"; $API_CLIENT->api_key = $apikey; $API_CLIENT->secret = $secret; -- cgit v1.2.3