mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -25,5 +25,6 @@ return [
|
|||
],
|
||||
'ocs-resources' => [
|
||||
'global_workflows' => ['url' => '/api/v1/workflows/global'],
|
||||
'user_workflows' => ['url' => '/api/v1/workflows/user'],
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue