Skip to content

Commit

Permalink
change url to deploy of channel
Browse files Browse the repository at this point in the history
  • Loading branch information
laura.panzariello committed Sep 20, 2018
1 parent e10be14 commit 9a9ebae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkapiclient/ApiInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def deploy_channel_config_sync(self, channel_id):
"""
"""

uri = "api/v3/interface/channel/%s/deploy/" % channel_id
uri = "api/v3/channel/%s/deploy/" % channel_id

data = dict()

Expand Down

0 comments on commit 9a9ebae

Please sign in to comment.