X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fcli%2Frest%2Fdatacenter.py;h=792736578100003c746c97e1497e806f8c3b7f3a;hb=0a336cc612849715b03a513a7b4668d30542b5d6;hp=b43a445696eba570dca264cf76e4770e86e3a640;hpb=c038a994d056758c352139055d1448e4b0124a24;p=osm%2Fvim-emu.git 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 @@ 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.")