Allow developers to delete OAuth applications

This commit is contained in:
Zach Copley
2010-02-02 06:26:03 +00:00
parent df2a081265
commit f0875ceea1
5 changed files with 244 additions and 2 deletions

View File

@@ -152,6 +152,10 @@ class Router
array('action' => 'editapplication'),
array('id' => '[0-9]+')
);
$m->connect('settings/oauthapps/delete/:id',
array('action' => 'deleteapplication'),
array('id' => '[0-9]+')
);
// search