undo replace mistake
This commit is contained in:
parent
cf0d27e85b
commit
4538a7e470
@ -82,7 +82,7 @@ class PrivateEndpoints:
|
|||||||
client_api.publicAPI.hideBlocks.remove(name)
|
client_api.publicAPI.hideBlocks.remove(name)
|
||||||
return Response("removed")
|
return Response("removed")
|
||||||
else:
|
else:
|
||||||
client_api.publicAPI.hideBlocks.private_endpoints_bpend(name)
|
client_api.publicAPI.hideBlocks.append(name)
|
||||||
return Response("added")
|
return Response("added")
|
||||||
|
|
||||||
@private_endpoints_bp.route('/shutdown')
|
@private_endpoints_bp.route('/shutdown')
|
||||||
|
Loading…
Reference in New Issue
Block a user