undo replace mistake
This commit is contained in:
parent
cf0d27e85b
commit
4538a7e470
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user