From 53fbbd57eb1d435cff5d9604c1d08b5336224502 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Sun, 17 Sep 2023 03:18:03 +0530 Subject: [PATCH] fix: updaing frontend URL for hackathon --- backend/backend/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/backend/settings.py b/backend/backend/settings.py index 7d51046..c794fbd 100644 --- a/backend/backend/settings.py +++ b/backend/backend/settings.py @@ -162,7 +162,7 @@ "kapersky1337", ] -PROTOTYPE_DOMAIN = "demo.thirdeyelabs.xyz" +PROTOTYPE_DOMAIN = "ipfs.thirdeyelabs.xyz" PROTOTYPE_URL = f"https://{PROTOTYPE_DOMAIN}/"