try to set the “secret” property json spaces on the Node app.
app.set('json spaces', 2)
This statement above will produce indentation on json content.
try to set the “secret” property json spaces on the Node app.
app.set('json spaces', 2)
This statement above will produce indentation on json content.