Add missing ocs resource for user workflows
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
fce33f39d3
commit
06d43bdd77
|
@ -25,5 +25,6 @@ return [
|
|||
],
|
||||
'ocs-resources' => [
|
||||
'global_workflows' => ['url' => '/api/v1/workflows/global'],
|
||||
'user_workflows' => ['url' => '/api/v1/workflows/user'],
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue