Skip to content

Commit 187950a

Browse files
committed
clean up
1 parent 1a82d1d commit 187950a

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"pug": "^2.0.4",
1717
"zabo-sdk-js": "^0.10.0"
1818
}
19-
}
19+
}

public/scripts/script.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
// Initiate Zabo SDK
1010
const zabo = await Zabo.init({
1111
clientId: clientId,
12-
baseUrl: 'https://stage-api.zabo.com',
13-
connectUrl: 'https://stage-connect.zabo.com',
1412
env: 'sandbox'
1513
})
1614

routes/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ router.get('/', async (req, res, next) => {
5959
const zabo = await Zabo.init({
6060
apiKey: process.env.PUBLIC_API_KEY,
6161
secretKey: process.env.SECRET_API_KEY,
62-
baseUrl: 'https://stage-api.zabo.com',
63-
connectUrl: 'https://stage-connect.zabo.com',
6462
env: 'sandbox'
6563
})
6664
req.app.locals.zabo = zabo

0 commit comments

Comments
 (0)