From 957e2f1f08ed55182b52e5fd19809613db91174f Mon Sep 17 00:00:00 2001 From: codey Date: Sat, 9 Aug 2025 07:54:19 -0400 Subject: [PATCH] Add CORS allowed origin: https://status.boatson.boats --- base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/base.py b/base.py index f827ea1..4845c3a 100644 --- a/base.py +++ b/base.py @@ -30,6 +30,7 @@ origins = [ "https://codey.lol", "https://old.codey.lol", "https://api.codey.lol", + "https://status.boatson.boats", "https://_new.codey.lol", "http://localhost:4321", ]