aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/appinfo
diff options
context:
space:
mode:
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' => [