Skip to content

Commit

Permalink
update animl api dev endpoints in config
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielrindlaub committed Jul 15, 2022
1 parent 83372ff commit 00d7883
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export const DATE_FORMAT_READABLE = 'MMM D, YYYY hh:mm:ss';
export const DATE_FORMAT_READABLE_SHORT = 'MMM D, YYYY';

const API_URLS = {
development: 'https://qxtg8jjpqf.execute-api.us-west-2.amazonaws.com/dev/external/',
staging: 'https://qxtg8jjpqf.execute-api.us-west-2.amazonaws.com/dev/external/',
development: 'https://jbl8ut0l50.execute-api.us-west-2.amazonaws.com/dev/external/',
staging: 'https://jbl8ut0l50.execute-api.us-west-2.amazonaws.com/dev/external/',
production: 'https://ffblbru7zk.execute-api.us-west-2.amazonaws.com/prod/external/'
};

const IMAGES_URLS = {
development: 'https://d1zv5k0v4jdrjr.cloudfront.net/',
staging: 'https://d1zv5k0v4jdrjr.cloudfront.net/',
development: 'https://d2oo5vd7pe9mk4.cloudfront.net/',
staging: 'https://d2oo5vd7pe9mk4.cloudfront.net/',
production: 'https://doo86afh9dk8g.cloudfront.net/'
};

Expand Down

0 comments on commit 00d7883

Please sign in to comment.