summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-29 13:43:05 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-29 14:53:59 +0100
commiteca9db6bba45a4131f1e8ad6d497c58420abfb96 (patch)
tree76503c8650e2a2fc81455d6086000c7668385828 /appinfo/routes.php
parenteae79b7430a88d5622b8ea88cbc73a07c042dddf (diff)
THIS IS CONTACTS!
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 5998bf47..edea0e49 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - contactsrework
+ * ownCloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@@ -12,7 +12,7 @@
/**
* Create your routes in here. The name is the lowercase name of the controller
* without the controller part, the stuff after the hash is the method.
- * e.g. page#index -> OCA\ContactsRework\Controller\PageController->index()
+ * e.g. page#index -> OCA\Contacts\Controller\PageController->index()
*
* The controller class has to be registered in the application.php file since
* it's instantiated in there
@@ -22,4 +22,4 @@ return [
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
['name' => 'page#do_echo', 'url' => '/echo', 'verb' => 'POST'],
]
-]; \ No newline at end of file
+];