summaryrefslogtreecommitdiffstats
path: root/lib/Controller
diff options
context:
space:
mode:
authorPaul Tirk <paultirk@paultirk.com>2020-12-26 22:36:48 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 10:23:11 +0200
commitcc9c64d69bc1d02ecf290bb34b9c971b58adf0a8 (patch)
tree6110b51d0472c3aabe1bb5fc3c7ba11df3b41665 /lib/Controller
parent6e067dfd430721c6672988d6ac34f3a4d03678c8 (diff)
add api version 2 & folder api routes
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/ApiController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/ApiController.php b/lib/Controller/ApiController.php
index e6a83b21a..71168b598 100644
--- a/lib/Controller/ApiController.php
+++ b/lib/Controller/ApiController.php
@@ -80,7 +80,7 @@ class ApiController extends BaseApiController
public function index(): array
{
return [
- 'apiLevels' => ['v1-2']
+ 'apiLevels' => ['v1-2', 'v2']
];
}
}