summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-11-10 14:36:41 -0800
committerZach Copley <zach@status.net>2009-11-10 14:36:41 -0800
commit4e4ba24c007fee94662018e7135f2db1e7c847b3 (patch)
tree4e425fcfb4b9ac4c0f53e65b716310c44184a42c /lib
parentcae06a49ea60cacb926f27b18b88a8a7f801f011 (diff)
Implement /api/account/update_delivery_device.format
Diffstat (limited to 'lib')
-rw-r--r--lib/router.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php
index 35f43e5cb..bad3decad 100644
--- a/lib/router.php
+++ b/lib/router.php
@@ -440,6 +440,9 @@ class Router
$m->connect('api/account/update_profile_colors.:format',
array('action' => 'ApiAccountUpdateProfileColors'));
+ $m->connect('api/account/update_delivery_device.:format',
+ array('action' => 'ApiAccountUpdateDeliveryDevice'));
+
// special case where verify_credentials is called w/out a format
$m->connect('api/account/verify_credentials',