Loading src/auth.py +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ from utils import website_handler URLS = [ {"url": "http://auth.shore.co.il/", "codes": [301]}, {"url": "https://auth.shore.co.il/", "codes": [403]}, {"url": "https://auth.shore.co.il/", "codes": [404]}, ] handler = website_handler(URLS) Loading Loading
src/auth.py +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ from utils import website_handler URLS = [ {"url": "http://auth.shore.co.il/", "codes": [301]}, {"url": "https://auth.shore.co.il/", "codes": [403]}, {"url": "https://auth.shore.co.il/", "codes": [404]}, ] handler = website_handler(URLS) Loading