X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/b77c4b6b2de74543d9543139a1d2b3c4fe2f592f..ace226e665fa77d04a61dfd61818f6cce5df6861:/appinfo/routes.php?ds=sidebyside 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', + ), ) ) );