mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-13 20:03:45 +02:00
re-enable auto-deploy daemon endpoint
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user