Use YAML for configuration file

This commit is contained in:
Dane Everitt 2019-12-08 11:29:46 -08:00
parent c087f6429f
commit 979bdc1f9f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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 [];
}
}