diff options
author | Zach Copley <zach@status.net> | 2009-11-09 22:06:22 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-11-09 22:24:32 -0800 |
commit | 322a4c3ed1536eede0607112116ee46d592fc9a9 (patch) | |
tree | eec46dc70eac648c963ab9e1dd73ab2a95474364 /lib/router.php | |
parent | 5c091dab9be50d6955755c1420c09070ea2da7b6 (diff) |
Implement /api/account/update_profile_colors.format
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php index d47828d1c..03f6036b2 100644 --- a/lib/router.php +++ b/lib/router.php @@ -434,6 +434,9 @@ class Router $m->connect('api/account/update_profile_background_image.:format', array('action' => 'ApiAccountUpdateProfileBackgroundImage')); + $m->connect('api/account/update_profile_colors.:format', + array('action' => 'ApiAccountUpdateProfileColors')); + // special case where verify_credentials is called w/out a format $m->connect('api/account/verify_credentials', |