Skip to content

Commit 552bc89

Browse files
authored
pass base url to modal (#9)
1 parent 3d2c6d9 commit 552bc89

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vesselapi/client-sdk",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Vessel API Client SDK",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ const Vessel = (
171171
oauthAppId: getOauthAppId(),
172172
sessionToken,
173173
auth: authConfig,
174+
baseUrl,
174175
},
175176
});
176177
},

0 commit comments

Comments
 (0)