mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-21 09:55:29 +08:00
return URL on put mutable
This commit is contained in:
@@ -72,7 +72,7 @@ def put_mutable_handler( data_id, data_txt, **kw ):
|
||||
msg = "Unexpected publicURL. Expected '{}', Actual '{}'".format(
|
||||
make_mutable_url(data_id), resp_obj['publicURL'])
|
||||
raise Exception(msg)
|
||||
return True
|
||||
return resp_obj['publicURL']
|
||||
|
||||
def get_mutable_handler( data_url, **kw):
|
||||
log.debug("get_mutable: {}".format(data_url))
|
||||
|
||||
Reference in New Issue
Block a user