diff --git a/examples/batches/send.js b/examples/batches/send.js index 0d4dae9..b4769bb 100644 --- a/examples/batches/send.js +++ b/examples/batches/send.js @@ -31,7 +31,7 @@ const params = { }, { method: "GET", - path: "/api/forms/popup", + path: "api/forms/popup", body: { filter: { name: "nodejs" diff --git a/src/modules/batches/README.md b/src/modules/batches/README.md index 41b03bf..ac51c71 100644 --- a/src/modules/batches/README.md +++ b/src/modules/batches/README.md @@ -27,7 +27,7 @@ const params = { }, { method: "GET", - path: "/api/forms/popup", + path: "api/forms/popup", body: { filter: { name: "test popup" diff --git a/src/modules/batches/batches.test.ts b/src/modules/batches/batches.test.ts index 8745601..94e1fa9 100644 --- a/src/modules/batches/batches.test.ts +++ b/src/modules/batches/batches.test.ts @@ -38,7 +38,7 @@ describe("Batches", () => { }, { method: "GET", - path: "/api/forms/popup", + path: "api/forms/popup", body: { filter: { name: "nodejs"