Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 38e8f18

Browse files
committed
removed appended path from host
1 parent 5094429 commit 38e8f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ class Analytics {
267267

268268
const req = {
269269
method: 'POST',
270-
url: `${this.host}/v1/batch`,
270+
url: `${this.host}`,
271271
auth: {
272272
username: this.writeKey
273273
},

0 commit comments

Comments
 (0)