summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--voctocore/lib/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/lib/commands.py b/voctocore/lib/commands.py
index d2bb12c..6168b95 100644
--- a/voctocore/lib/commands.py
+++ b/voctocore/lib/commands.py
@@ -147,4 +147,4 @@ class ControlServerCommands(object):
def get_config(self):
confdict = {header: dict(section) for header, section in dict(Config).items()}
- return json.dumps(confdict)
+ return OkResponse('server_config', json.dumps(confdict))