X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fcli%2Frest%2Fdatacenter.py;h=792736578100003c746c97e1497e806f8c3b7f3a;hb=2cb9e8fd0d8d4e5ff05fc99c882e8ad062f2ff96;hp=b43a445696eba570dca264cf76e4770e86e3a640;hpb=237d3f52963ce50fed3914df993ac114a8661c91;p=osm%2Fvim-emu.git diff --git a/src/emuvim/cli/rest/datacenter.py b/src/emuvim/cli/rest/datacenter.py old mode 100644 new mode 100755 index b43a445..7927365 --- a/src/emuvim/cli/rest/datacenter.py +++ b/src/emuvim/cli/rest/datacenter.py @@ -63,7 +63,7 @@ parser.add_argument( 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.")