Skip to content

Commit

Permalink
Removed CloudFlare Load Balancer region example - moved to cli4
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Dec 5, 2016
1 parent dcb7456 commit 957f9b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CloudFlare/api_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,7 @@ def api_v4(self):
self._add_with_auth(self._base, "user/load_balancers/pools"))
setattr(user_load_balancers, "maps",
self._add_with_auth(self._base, "user/load_balancers/maps"))
user_load_balancers_maps = getattr(user_load_balancers, "maps")
setattr(user_load_balancers_maps, "region",
self._add_with_auth(self._base, "user/load_balancers/maps", "region"))

0 comments on commit 957f9b0

Please sign in to comment.