made REST API compatible with dummy gatekeeper to use them in the same topology
[osm/vim-emu.git] / src / emuvim / cli / rest / network.py
index e7687f6..e74427b 100755 (executable)
@@ -100,7 +100,7 @@ parser.add_argument(
     help="cookie for this flow, as easy to use identifier (eg. per tenant/service)")
 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.")
 
 def main(argv):