Use YAML for configuration file
This commit is contained in:
parent
c087f6429f
commit
979bdc1f9f
5 changed files with 104 additions and 115 deletions
|
@ -102,6 +102,6 @@ class ActionController extends Controller
|
|||
$node = Node::findOrFail($nodeId);
|
||||
|
||||
// Manually as getConfigurationAsJson() returns it in correct format already
|
||||
return response($node->getConfigurationAsJson())->header('Content-Type', 'text/json');
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue