provisioning needs to call other api endpoints as dashboard

This commit is contained in:
Johannes Zellner
2025-05-06 14:43:53 +02:00
parent 7aca2a1b36
commit c8976daf96
3 changed files with 152 additions and 39 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ function create() {
}
if (error || result.status !== 200) return [error || result];
return [null, result.body];
return [null, result.body.devices];
},
async createAdmin(data) {
let error, result;