Skip to content

Commit

Permalink
fix: legacy api url (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy authored Feb 13, 2025
2 parents 02fe2f8 + c727fa7 commit 60ce1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const ENABLE_ANALYTICS = true;

export const STRIPE_PK = "pk_live_6dE9NkafE9ZxIvSZZDydtPO900Spjfw3XS";

export const API_BASE_URL = "https://api-v2_15.recipesage.com/";
export const API_BASE_URL = "https://api-v2-15.recipesage.com/";
export const GRIP_WS_URL = "wss://grip.recipesage.com/ws";

export const SENTRY_SAMPLE_RATE = 1;
Expand Down

0 comments on commit 60ce1c2

Please sign in to comment.