Skip to content

Commit

Permalink
fix: change base url production env (#32)
Browse files Browse the repository at this point in the history
* fix: change base url production env

* chore: remove leading slash
  • Loading branch information
ashutosh-ukey authored Oct 21, 2022
1 parent b6a8d0b commit 0655cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from "./generated";

export enum CircleEnvironments {
production = "https://account.circle.com",
production = "https://api.circle.com",
sandbox = "https://api-sandbox.circle.com"
}

0 comments on commit 0655cd0

Please sign in to comment.