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

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-05-11 18:12:52 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-05-11 18:12:52 +0300
commita557394c5c6ce2c5b433148baac200cbc17f3e64 (patch)
tree6ef771e10db0786b533416eb5c6df5a7f0cc28ee /controller
parent351ffd868ad61156bae09a7fde1e802d74128d08 (diff)
remove pull to refresh
Diffstat (limited to 'controller')
-rw-r--r--controller/apicontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/apicontroller.php b/controller/apicontroller.php
index be4f36a63..f3b77b379 100644
--- a/controller/apicontroller.php
+++ b/controller/apicontroller.php
@@ -30,7 +30,7 @@ class ApiController extends BaseApiController {
*/
public function index() {
return [
- 'apiLevels' => ['v1-2', 'v2']
+ 'apiLevels' => ['v1-2']
];
}