Skip to content

Commit bbda0c7

Browse files
authored
fix: set correct environment url (#520)
1 parent c6ffde2 commit bbda0c7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/itchy-tips-smoke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'magicbell-js': patch
3+
---
4+
5+
fix: set correct environment url
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export enum Environment {
2-
DEFAULT = 'https://petstore.swagger.io/v2',
2+
DEFAULT = 'https://api.magicbell.com/v2',
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export enum Environment {
2-
DEFAULT = 'https://petstore.swagger.io/v2',
2+
DEFAULT = 'https://api.magicbell.com/v2',
33
}

0 commit comments

Comments
 (0)