From 06d43bdd77c0d7b2c407e9f37f6d0c718a200fc4 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Fri, 11 Oct 2019 15:07:23 +0200 Subject: Add missing ocs resource for user workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/workflowengine/appinfo/routes.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') 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'], ], ]; -- cgit v1.2.3