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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-08-30 19:00:32 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-09-09 23:56:04 +0300
commit0d7f7e5495a56f776e8593e1b6ba80da9e8c0dbd (patch)
tree416a8e8dea821bd0f1242e3a074e45131d7f5bd0 /apps/workflowengine/appinfo
parentdcfe4ab2ccd16a084b2e61093ad4c1314b6fd263 (diff)
kill old non-OCS Controller
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/workflowengine/appinfo')
-rw-r--r--apps/workflowengine/appinfo/routes.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/workflowengine/appinfo/routes.php b/apps/workflowengine/appinfo/routes.php
index c650bee4cf2..3798c2a852c 100644
--- a/apps/workflowengine/appinfo/routes.php
+++ b/apps/workflowengine/appinfo/routes.php
@@ -21,10 +21,6 @@
return [
'routes' => [
- ['name' => 'flowOperations#getOperations', 'url' => '/operations', 'verb' => 'GET'],
- ['name' => 'flowOperations#addOperation', 'url' => '/operations', 'verb' => 'POST'],
- ['name' => 'flowOperations#updateOperation', 'url' => '/operations/{id}', 'verb' => 'PUT'],
- ['name' => 'flowOperations#deleteOperation', 'url' => '/operations/{id}', 'verb' => 'DELETE'],
['name' => 'requestTime#getTimezones', 'url' => '/timezones', 'verb' => 'GET'],
],
'ocs-resources' => [