From fa157542e72d88f3dad96f788738716a248e7f78 Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Wed, 10 Dec 2025 05:03:16 +0100 Subject: [PATCH] Updated Allowed Hosts --- PurrLobby/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PurrLobby/appsettings.json b/PurrLobby/appsettings.json index b8eda80..5c63240 100644 --- a/PurrLobby/appsettings.json +++ b/PurrLobby/appsettings.json @@ -5,7 +5,7 @@ "Microsoft.AspNetCore": "Warning" } }, - "AllowedHosts": "*", + "AllowedHosts": "purrlobby.exil.dev", "Kestrel": { "Endpoints": { "Https": {