mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
api: add indention to API outputw
This commit is contained in:
parent
bfa6668992
commit
a293d22f93
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ int Session::writeable()
|
|||
|
||||
json_t *json_response = resp->toJson();
|
||||
|
||||
responseBuffer.encode(json_response);
|
||||
responseBuffer.encode(json_response, JSON_INDENT(4));
|
||||
|
||||
code = resp->getCode();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue