Commit a77f9339 authored by nimrod's avatar nimrod
Browse files

Small fixup.

parent c59ee96e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)