timber-node 0.2.6 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ const invoiceTemplates_1 = require("./invoiceTemplates");
|
|
|
24
24
|
const invoiceItem_1 = require("./invoiceItem");
|
|
25
25
|
class TimberClient {
|
|
26
26
|
constructor(apiKey, options = {}) {
|
|
27
|
-
const baseURL = `${options.baseURL || '
|
|
27
|
+
const baseURL = `${options.baseURL || ' https://0872545c9c69.ngrok-free.app'}/api/v1/user/sdk`;
|
|
28
28
|
const http = axios_1.default.create({
|
|
29
29
|
baseURL: baseURL,
|
|
30
30
|
headers: {
|