update references to codey.lol -> codey.horse [new domain]

This commit is contained in:
2026-02-21 08:00:38 -05:00
parent d6689b9c38
commit 83285ff08c
6 changed files with 89 additions and 31 deletions

View File

@@ -13,7 +13,7 @@ class Utilities:
def __init__(self, app: FastAPI, constants):
self.constants = constants
self.blocked_redirect_uri = "https://codey.lol"
self.blocked_redirect_uri = "https://codey.horse"
self.app = app
def get_blocked_response(self, path: Optional[str] = None):