X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/3b7dde5d693bbbde491c66b47b0040fcfdc851da..48f040f9aac805fb80df4d4bde649c5e36353261:/appinfo/routes.php diff --git a/appinfo/routes.php b/appinfo/routes.php index 31e5692..5585bdb 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -57,6 +57,12 @@ $application->registerRoutes( 'name' => 'api#note', 'verb' => 'GET', ), + + array( + 'url' => '/', + 'name' => 'gui#index', + 'verb' => 'GET', + ), ) ) );