aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-27 08:54:34 +0200
committerJoas Schilling <coding@schilljs.com>2016-07-27 10:21:26 +0200
commit681eebcfe613157e05919a3223fcd0bbbe324638 (patch)
tree654be10c0d4313b49520254e79d65602de466b38 /apps/workflowengine/appinfo
parent7588f648a14bd6ec3c2573ede5327b0277ecccf0 (diff)
downloadnextcloud-server-681eebcfe613157e05919a3223fcd0bbbe324638.tar.gz
nextcloud-server-681eebcfe613157e05919a3223fcd0bbbe324638.zip
Remove php side of check registration
Diffstat (limited to 'apps/workflowengine/appinfo')
-rw-r--r--apps/workflowengine/appinfo/routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/workflowengine/appinfo/routes.php b/apps/workflowengine/appinfo/routes.php
index 69478b1715c..b8c9ae1c236 100644
--- a/apps/workflowengine/appinfo/routes.php
+++ b/apps/workflowengine/appinfo/routes.php
@@ -21,7 +21,6 @@
return [
'routes' => [
- ['name' => 'flowOperations#getChecks', 'url' => '/checks', 'verb' => 'GET'], // TODO rm and do via js?
['name' => 'flowOperations#getOperations', 'url' => '/operations', 'verb' => 'GET'],
['name' => 'flowOperations#addOperation', 'url' => '/operations', 'verb' => 'POST'],
['name' => 'flowOperations#updateOperation', 'url' => '/operations/{id}', 'verb' => 'PUT'],