From d92438273d6df4b21133e8fb4a7773c7842ccfb1 Mon Sep 17 00:00:00 2001 From: Dominux Date: Wed, 18 Jan 2023 14:42:32 +0300 Subject: [PATCH] #39 Updated allowed_origins --- deploy/prod/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/prod/.env b/deploy/prod/.env index 20ceb35..ddcb8b5 100644 --- a/deploy/prod/.env +++ b/deploy/prod/.env @@ -1,3 +1,3 @@ DATABASE_URL=postgres://dgs:lmao@db/dgs PORT=8100 -ALLOWED_ORIGINS = "https://dominux.github.io/DGS" +ALLOWED_ORIGINS = "https://dominux.github.io"