Remove endpoint from binding create

This commit is contained in:
Jeffrey Linwood
2017-05-24 18:46:24 -05:00
parent ac4f10248e
commit 35e23fcee0

1
app.py
View File

@@ -103,7 +103,6 @@ def register():
# Create the binding
binding = service.bindings.create(
endpoint=content["endpoint"],
identity=content["identity"],
binding_type=content["BindingType"],
address=content["Address"])