re-enable auto-deploy daemon endpoint
This commit is contained in:
parent
4b19e65eb8
commit
a1f4baa800
2 changed files with 21 additions and 5 deletions
|
@ -102,6 +102,6 @@ class ActionController extends Controller
|
|||
$node = Node::findOrFail($nodeId);
|
||||
|
||||
// Manually as getConfigurationAsJson() returns it in correct format already
|
||||
return [];
|
||||
return $node->getJsonConfiguration();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue