summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-11 13:50:25 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-11 13:50:37 +0200
commitd40e66ddb78b0e16b033eab5af768358a44ade27 (patch)
tree18c93dc2ce732e75dd275082adecbdc3974ffc82 /appinfo/routes.php
parentd90fc440eb1175fc7ab59813eba676c0f8423473 (diff)
use standard layout for container
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 235b0fb10..ed2b4b88b 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -15,9 +15,9 @@ namespace OCA\News;
use \OCP\AppFramework\App;
-use \OCA\News\App\News;
+use \OCA\News\AppInfo\Application;
-$application = new News();
+$application = new Application();
$application->registerRoutes($this, array('routes' => array(
// page
array('name' => 'page#index', 'url' => '/', 'verb' => 'GET'),