Use YAML for configuration file

This commit is contained in:
Dane Everitt
2019-12-08 11:29:46 -08:00
parent c087f6429f
commit 979bdc1f9f
5 changed files with 104 additions and 115 deletions

View File

@@ -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 [];
}
}