@tipe/databox-loader
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "@tipe/databox-loader", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Tipe Databox Loader for talking with Databox", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -33,3 +33,3 @@ const fetch = require('node-fetch') | ||
function databoxFetch(url, tasks, promises) { | ||
return fetch(`${url}/api/batch`, { | ||
return fetch(`${url}/batch`, { | ||
method: 'POST', | ||
@@ -36,0 +36,0 @@ headers: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105004
12