Skip to content

Commit

Permalink
undid localhost api
Browse files Browse the repository at this point in the history
  • Loading branch information
divyack2 committed Sep 16, 2024
1 parent fe23265 commit eed8b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit eed8b1e

Please sign in to comment.