X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/0244b5bc748d26e8222a9d9fba73484d7b483875..b77c4b6b2de74543d9543139a1d2b3c4fe2f592f:/appinfo/routes.php diff --git a/appinfo/routes.php b/appinfo/routes.php index a82db6b..a730583 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -73,6 +73,12 @@ $application->registerRoutes( 'name' => 'gui#tokens', 'verb' => 'GET', ), + + array( + 'url' => '/tokens/{username}/{tokenKey}', + 'name' => 'token#delete', + 'verb' => 'DELETE', + ), ) ) );