Comparing version 1.0.3 to 1.0.4
@@ -25,3 +25,4 @@ /** | ||
var location = utils.getLocation(request); | ||
var href = `${location.protocol}//${location.host}/methods/download/jobs/${jobId}/${elementType}/${element}`; | ||
var methodPath = location.pathname.replace(/\/result$/, ''); | ||
var href = `${location.protocol}//${location.host}${methodPath}/download/jobs/${job}/${elementType}/${element}`; | ||
@@ -28,0 +29,0 @@ await utils.storeContent(content, contentType, jobId, elementType, element); |
{ | ||
"name": "dcp-rds", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "DCP Remote Data Service reference implementation", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
83177
1062