summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 22:10:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 22:10:02 +0200
commitb9de58c0c9da63f6a489df416df1819a40cb507d (patch)
tree838ca16395b6c681e22e970897dd9a71b950e955 /appinfo/routes.php
parent066b4b5a22a89fe3b38d37f09153090091928cd5 (diff)
remove more old code
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 4d91273b6..2d59e7ff7 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -60,10 +60,10 @@ $application->registerRoutes($this, array('routes' => array(
array('name' => 'export#articles', 'url' => '/export/articles', 'verb' => 'GET'),
// API
- array('name' => 'api#version', 'url' => '/api/v1-2/version', 'verb' => 'GET'),
- array('name' => 'api#before_update', 'url' => '/api/v1-2/cleanup/before-update', 'verb' => 'GET'),
- array('name' => 'api#after_update', 'url' => '/api/v1-2/cleanup/after-update', 'verb' => 'GET'),
- array('name' => 'api#preflighted_cors', 'url' => '/api/v1-2/{path}', 'verb' => 'OPTIONS', 'requirements' => array('path' => '.+')),
+ array('name' => 'utility_api#version', 'url' => '/api/v1-2/version', 'verb' => 'GET'),
+ array('name' => 'utility_api#before_update', 'url' => '/api/v1-2/cleanup/before-update', 'verb' => 'GET'),
+ array('name' => 'utility_api#after_update', 'url' => '/api/v1-2/cleanup/after-update', 'verb' => 'GET'),
+ array('name' => 'utility_api#preflighted_cors', 'url' => '/api/v1-2/{path}', 'verb' => 'OPTIONS', 'requirements' => array('path' => '.+')),
// folders
array('name' => 'folder_api#index', 'url' => '/api/v1-2/folders', 'verb' => 'GET'),