Skip to content

Commit

Permalink
WP API updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SovereignAndrey committed Jun 13, 2024
1 parent 50ce122 commit 402c3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BASE_URL, ENVIRONMENT, IS_TEST } from "./env";
export const APIs = {
aws: "https://ap-api.better.giving",
apes: `https://apes-api.better.giving/${ENVIRONMENT}`,
wordpress: `https://wp-blog.better.giving/wp-json/wp/v2`,
wordpress: "https://wp-api.better.giving",
};

export const LITEPAPER = `${BASE_URL}/docs/litepaper-introduction/`;
Expand Down

0 comments on commit 402c3d5

Please sign in to comment.