fix(xo-server/rest-api): list tasks in the root collection
Introduced by 9e60c5375
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user