Merge pull request #90 from canton7/feature/debug-port

Fix port in example in rest/system-debug-post
This commit is contained in:
Audrius Butkevicius
2015-11-30 08:34:56 +00:00
+1 -1
View File
@@ -10,4 +10,4 @@ for config and db:
.. code-block:: bash
$ curl -H X-API-Key:abc123 -X POST 'http://localhost:8385/rest/system/debug?disable=beacon,discovery&enable=config,db'
$ curl -H X-API-Key:abc123 -X POST 'http://localhost:8384/rest/system/debug?disable=beacon,discovery&enable=config,db'