From ace226e665fa77d04a61dfd61818f6cce5df6861 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 7 Oct 2014 07:51:07 +0200 Subject: Deleting tokens works (without confirmation) --- appinfo/routes.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'appinfo/routes.php') diff --git a/appinfo/routes.php b/appinfo/routes.php index a730583..28ba16d 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -79,6 +79,11 @@ $application->registerRoutes( 'name' => 'token#delete', 'verb' => 'DELETE', ), + array( + 'url' => '/tokens/{username}/{tokenKey}', + 'name' => 'token#deletePost', + 'verb' => 'POST', + ), ) ) ); -- cgit v1.2.3