Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2015-07-19 15:05:29 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2015-08-03 21:09:46 +0300
commit46d23633a9dccd6aa9e99134f815864bd74c1639 (patch)
treefb46cedfd778a07ee0247fde777f04d3f11a309c /appinfo/routes.php
parent2859f6d1fc446755d95b59cae483d6105413e61d (diff)
CleanupBackend
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 89cb6bbd..fe3a6dcc 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -3,7 +3,7 @@
* ownCloud - Tasks
*
* @author Raimund Schlüßler
-* @copyright 2014 Raimund Schlüßler raimund.schluessler@googlemail.com
+* @copyright 2015 Raimund Schlüßler raimund.schluessler@googlemail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
@@ -63,4 +63,4 @@ $application->registerRoutes($this, array('routes' => array(
// settings
array('name' => 'settings#get', 'url' => '/settings', 'verb' => 'GET'),
array('name' => 'settings#set', 'url' => '/settings/{type}/{setting}/{value}', 'verb' => 'POST'),
-))); \ No newline at end of file
+)));