diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-12-30 15:37:47 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-12-30 15:37:47 -0500 |
commit | 2047c68d718b847a07a117dae48d72b3bb611e36 (patch) | |
tree | 73f4c8048f028e572492fa9201b7c0614f2e2451 /actions | |
parent | a88770a26951e0fdbf00c18a2e25bf4e2dd60154 (diff) |
add laconica methods to unauthed ones
darcs-hash:20081230203747-84dde-dbdb783c8883097af0f69b4c06c2425c54964773.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/api.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/actions/api.php b/actions/api.php index dfdefe3b0..7a0759831 100644 --- a/actions/api.php +++ b/actions/api.php @@ -117,7 +117,10 @@ class ApiAction extends Action 'statuses/show', 'users/show', 'help/test', - 'help/downtime_schedule'); + 'help/downtime_schedule', + 'laconica/version', + 'laconica/config', + 'laconica/wadl'); static $bareauth = array('statuses/user_timeline', 'statuses/friends', |