Merge "Fix update_service api call"
This commit is contained in:
commit
28cfb9f2fa
@ -239,5 +239,6 @@ def update_service(service_name):
|
||||
result = parser.update_service(service_name, service_data)
|
||||
if result:
|
||||
api.reset_cache()
|
||||
return jsonify(result='success')
|
||||
else:
|
||||
return make_response('Unable to update service', 500)
|
||||
|
Loading…
x
Reference in New Issue
Block a user