X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/600e904f35d598a64be0139d39b87a59ed5eaa12..e112e3a40594eb802ccb6549ad4329ae677f9e8d:/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', + ), ) ) );