Skip to content

Commit

Permalink
Revert "Update timelapse endpoint"
Browse files Browse the repository at this point in the history
This reverts commit 3217576.
  • Loading branch information
drewbo authored and danielfdsilva committed May 22, 2020
1 parent 3217576 commit 4b39d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/scripts/redux/cog-time-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function fetchCogTimeData (id, timeframe, area) {

const { start, end } = timeframe;
const months = eachMonthOfInterval({ start, end });
const url = 'https://h4ymwpefng.execute-api.us-east-1.amazonaws.com/v1/timelapse';
const url = 'https://xsmt29iqqb.execute-api.us-east-1.amazonaws.com/v1/timelapse';

const requests = months.map(async date => {
const reqDate = format(date, 'yyyyMM');
Expand Down

0 comments on commit 4b39d33

Please sign in to comment.