aboutsummaryrefslogtreecommitdiff
path: root/mod/apitest/start.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-16 11:43:57 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-16 11:43:57 +0000
commit79e77bd72aeb27c82ff4ef0b905d2a75f00f8258 (patch)
tree0eeb18e1db68e4a5cebc97e143acfc6c34fa1ed2 /mod/apitest/start.php
parent0e6609ba525892ee16aab648ea583944a51e2f56 (diff)
downloadelgg-79e77bd72aeb27c82ff4ef0b905d2a75f00f8258.tar.gz
elgg-79e77bd72aeb27c82ff4ef0b905d2a75f00f8258.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Refactored API under services git-svn-id: https://code.elgg.org/elgg/trunk@649 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/apitest/start.php')
-rw-r--r--mod/apitest/start.php2
1 files changed, 1 insertions, 1 deletions
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;