From a77f9339c513d21f8ddf08c092e8436358f3ff44 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 9 Jan 2022 01:30:15 +0200
Subject: [PATCH] Small fixup.

---
 src/auth.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auth.py b/src/auth.py
index 0f49f2a..15287e4 100644
--- a/src/auth.py
+++ b/src/auth.py
@@ -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)
-- 
GitLab