fix(xo-server/rest-api): list tasks in the root collection

Introduced by 9e60c5375
This commit is contained in:
Julien Fontanet
2023-04-27 09:20:12 +02:00
parent a562c74492
commit d78d802066

View File

@@ -149,6 +149,7 @@ export default class RestApi {
collections.backups = { id: 'backups' }
collections.restore = { id: 'restore' }
collections.tasks = { id: 'tasks' }
collections.vms.actions = {
__proto__: null,