Skip to content

Commit

Permalink
change PPAPI endpoint to staging hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricPedley committed Oct 19, 2023
1 parent 0617b46 commit b376246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/antalmanac/src/lib/api/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const MAPBOX_PROXY_DIRECTIONS_ENDPOINT = endpointTransform('/mapbox/direc
export const MAPBOX_PROXY_TILES_ENDPOINT = endpointTransform('/mapbox/tiles');

// PeterPortal API
export const PETERPORTAL_GRAPHQL_ENDPOINT = 'https://api-next.peterportal.org/v1/graphql';
export const PETERPORTAL_GRAPHQL_ENDPOINT = 'https://staging-107.api-next.peterportal.org/v1/graphql';
export const PETERPORTAL_REST_ENDPOINT = 'https://api-next.peterportal.org/v1/rest';

export const PETERPORTAL_WEBSOC_ENDPOINT = `${PETERPORTAL_REST_ENDPOINT}/websoc`;

0 comments on commit b376246

Please sign in to comment.