made REST API compatible with dummy gatekeeper to use them in the same topology
diff --git a/src/emuvim/cli/rest/datacenter.py b/src/emuvim/cli/rest/datacenter.py
index b43a445..7927365 100755
--- a/src/emuvim/cli/rest/datacenter.py
+++ b/src/emuvim/cli/rest/datacenter.py
@@ -63,7 +63,7 @@
help="Data center to which the command should be applied.")
parser.add_argument(
"--endpoint", "-e", dest="endpoint",
- default="http://127.0.0.1:5000",
+ default="http://127.0.0.1:5001",
help="UUID of the plugin to be manipulated.")