Improved debugging features. Added quotes to live.yaml.
This commit is contained in:
@@ -77,12 +77,7 @@
|
||||
const response = await fetch('/discovery', {
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': 'text/yaml' },
|
||||
body: jsyaml.dump(payload, {
|
||||
quotingType: '"',
|
||||
styles: {
|
||||
'!!str': 'double'
|
||||
}
|
||||
})
|
||||
body: jsyaml.dump(payload, { quotingType: '"', forceQuotes: true })
|
||||
});
|
||||
|
||||
if (response.ok) {
|
||||
|
||||
Reference in New Issue
Block a user