diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-10-11 15:07:23 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-10-29 18:03:55 +0100 |
commit | 06d43bdd77c0d7b2c407e9f37f6d0c718a200fc4 (patch) | |
tree | d23b99c0324e77aeb8fb3312b1a6a8cf323ce161 /apps/workflowengine/appinfo | |
parent | fce33f39d3a5459ac98662c799ad4eee41fa98bf (diff) | |
download | nextcloud-server-06d43bdd77c0d7b2c407e9f37f6d0c718a200fc4.tar.gz nextcloud-server-06d43bdd77c0d7b2c407e9f37f6d0c718a200fc4.zip |
Add missing ocs resource for user workflows
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/workflowengine/appinfo')
-rw-r--r-- | apps/workflowengine/appinfo/routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/workflowengine/appinfo/routes.php b/apps/workflowengine/appinfo/routes.php index 3798c2a852c..ea44fb6cda1 100644 --- a/apps/workflowengine/appinfo/routes.php +++ b/apps/workflowengine/appinfo/routes.php @@ -25,5 +25,6 @@ return [ ], 'ocs-resources' => [ 'global_workflows' => ['url' => '/api/v1/workflows/global'], + 'user_workflows' => ['url' => '/api/v1/workflows/user'], ], ]; |