diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-07-17 12:33:12 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-07-17 12:33:12 -0400 |
commit | 9ed117dc3a405175359d0a541dddfb14cdf15d47 (patch) | |
tree | 88737836558c5f7d45ca6e84342c5eb991293f53 /actions/api.php | |
parent | a35794e3c3bd147d3344eaad4b669f45595a3df5 (diff) |
Move the oembed endpoint to /main/oembed
Diffstat (limited to 'actions/api.php')
-rw-r--r-- | actions/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/api.php b/actions/api.php index fa5a7e7ae..8b92889f8 100644 --- a/actions/api.php +++ b/actions/api.php @@ -129,7 +129,7 @@ class ApiAction extends Action 'laconica/config', 'laconica/wadl', 'tags/timeline', - 'laconica/oembed', + 'oembed/oembed', 'groups/timeline'); static $bareauth = array('statuses/user_timeline', |