Skip to content

Commit

Permalink
Merge pull request #1785 from dev-moby/moby-update-endpoint-url
Browse files Browse the repository at this point in the history
update: change endpoint url.
  • Loading branch information
dtmkeng committed Aug 19, 2024
2 parents 03ca07f + 3b0573a commit 7c79a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/moby/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface IMobyVolumeResponse {

// endTime is in ms
export const mobyVolumeEndpoint = (endTime: number) => {
return `https://kv6mtyhua5.execute-api.ap-northeast-2.amazonaws.com/prod/getVolumeData?end_time=${endTime}`;
return `https://u63601xvgc.execute-api.ap-northeast-2.amazonaws.com/prod/getVolumeData?end_time=${endTime}`;
}

export const moby_adapter: SimpleAdapter = {
Expand Down

0 comments on commit 7c79a2b

Please sign in to comment.