X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fcli%2Frest%2Fnetwork.py;fp=src%2Femuvim%2Fcli%2Frest%2Fnetwork.py;h=e74427b8ec59d1a0c88db78d3d5c8e952cf98205;hb=0a336cc612849715b03a513a7b4668d30542b5d6;hp=e7687f638bfa20b11384fd4807f92c347a097f5b;hpb=c038a994d056758c352139055d1448e4b0124a24;p=osm%2Fvim-emu.git diff --git a/src/emuvim/cli/rest/network.py b/src/emuvim/cli/rest/network.py index e7687f6..e74427b 100755 --- a/src/emuvim/cli/rest/network.py +++ b/src/emuvim/cli/rest/network.py @@ -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):