diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-07-15 10:29:54 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-07-15 10:29:54 -0400 |
commit | 0aeea42724b7eac2bd2cd78b9d740fe5491d8df4 (patch) | |
tree | 33795925f3769cc1ac11bab0ba7147593b3e77b9 /lib | |
parent | b05b998d68ab2d4802ed4ec96abec59332ffe354 (diff) |
Added stub oembed api endpoint
Diffstat (limited to 'lib')
-rw-r--r-- | lib/router.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php index e12138637..652d2a266 100644 --- a/lib/router.php +++ b/lib/router.php @@ -394,6 +394,10 @@ class Router array('action' => 'api', 'apiaction' => 'laconica')); + $m->connect('api/laconica/:method', + array('action' => 'api', + 'apiaction' => 'laconica')); + // Groups $m->connect('api/laconica/groups/:method/:argument', array('action' => 'api', |