@salesforcedevs/docs-components 1.14.6-load-13 → 1.14.6-load-14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -39,7 +39,7 @@ export default class SpecificationContent extends LightningElement {
|
|
|
39
39
|
const queryString = new URLSearchParams(
|
|
40
40
|
componentQueryParams
|
|
41
41
|
).toString();
|
|
42
|
-
const url =
|
|
42
|
+
const url = 'https://cx-mock-router-internal-07a18d7b3f61.herokuapp.com/lwc/lightning/inputRichText';
|
|
43
43
|
|
|
44
44
|
try {
|
|
45
45
|
const response = await fetch(url);
|