X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/497af90eabe1e4a89c1ecfe0ebb9c874dd67b648..0244b5bc748d26e8222a9d9fba73484d7b483875:/appinfo/routes.php diff --git a/appinfo/routes.php b/appinfo/routes.php index d4a8cd6..a82db6b 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -68,6 +68,11 @@ $application->registerRoutes( 'name' => 'gui#tag', 'verb' => 'GET', ), + array( + 'url' => '/tokens', + 'name' => 'gui#tokens', + 'verb' => 'GET', + ), ) ) );