Loading src/www.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ def handler(event, context): # pylint: disable=unused-argument checks = [ {"url": "http://shore.co.il/", "codes": [301, 302]}, {"url": "http://www.shore.co.il/", "codes": [301, 302]}, {"url": "https:/shore.co.il/", "codes": [301, 302]}, {"url": "https://shore.co.il/", "codes": [301, 302]}, {"url": "https://www.shore.co.il/blog"}, ] check_urls(checks) Loading Loading
src/www.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ def handler(event, context): # pylint: disable=unused-argument checks = [ {"url": "http://shore.co.il/", "codes": [301, 302]}, {"url": "http://www.shore.co.il/", "codes": [301, 302]}, {"url": "https:/shore.co.il/", "codes": [301, 302]}, {"url": "https://shore.co.il/", "codes": [301, 302]}, {"url": "https://www.shore.co.il/blog"}, ] check_urls(checks) Loading