cce-unified-config
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -80,3 +80,3 @@ const axios = require('axios') | ||
try { | ||
const response = await axios.put(this.url + type.toLowerCase() + body.refURL, body, {auth: this.auth, params}) | ||
const response = await axios.put(`https://${this.host}${body.refURL}`, body, {auth: this.auth, params}) | ||
return response | ||
@@ -83,0 +83,0 @@ } catch (e) { |
{ | ||
"name": "cce-unified-config", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "JavaScript library for Cisco Contact Center Enterprise APIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9209