From eed8b1e2fbf4cdedf802926bce764c63d3615e3c Mon Sep 17 00:00:00 2001 From: divinedab Date: Sun, 15 Sep 2024 21:37:48 -0500 Subject: [PATCH] undid localhost api --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 2343070..64157ed 100644 --- a/src/config.ts +++ b/src/config.ts @@ -11,8 +11,8 @@ export const Environment = z.enum(["PRODUCTION", "DEVELOPMENT", "TESTING"]); export const MailingListName = z.enum(["rp_interest"]); -// const API_BASE = "https://api.reflectionsprojections.org"; -const API_BASE = "http://localhost:3000"; +const API_BASE = "https://api.reflectionsprojections.org"; +// const API_BASE = "http://localhost:3000"; const WEB_BASE = "https://reflectionsprojections.org"; export const Config = {