undo replace mistake

This commit is contained in:
Kevin Froman 2019-07-02 19:35:59 -05:00
parent cf0d27e85b
commit 4538a7e470
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class PrivateEndpoints:
client_api.publicAPI.hideBlocks.remove(name)
return Response("removed")
else:
client_api.publicAPI.hideBlocks.private_endpoints_bpend(name)
client_api.publicAPI.hideBlocks.append(name)
return Response("added")
@private_endpoints_bp.route('/shutdown')