Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: use legacy api for v2.15.12 due to breaking changes #1525

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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