show some statistics on the index page
[grauphel.git] / appinfo / routes.php
index 31e5692e464d4b23024ad0b228d476b27ff1ba3c..5585bdb190afd26bc43cd4335be024b1e354755c 100644 (file)
@@ -57,6 +57,12 @@ $application->registerRoutes(
                 'name' => 'api#note',
                 'verb' => 'GET',
             ),
+
+            array(
+                'url'  => '/',
+                'name' => 'gui#index',
+                'verb' => 'GET',
+            ),
         )
     )
 );