@tightrope-dev/link-component 0.1.1 → 0.1.2

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/dist/index.js CHANGED
@@ -2752,7 +2752,7 @@ function Ot({
2752
2752
  Pe(() => {
2753
2753
  (async () => {
2754
2754
  try {
2755
- const x = `${t}/api/integration_methods`, v = await fetch(x);
2755
+ const x = `${t}/integration_methods`, v = await fetch(x);
2756
2756
  if (!v.ok)
2757
2757
  throw new Error(`Failed to fetch integrations: ${v.status}`);
2758
2758
  const S = await v.json();
@@ -2791,7 +2791,7 @@ function Ot({
2791
2791
  }
2792
2792
  try {
2793
2793
  R(!0), P(null);
2794
- const v = `${t}/api/linked_account_credentials`, S = await fetch(v, {
2794
+ const v = `${t}/linked_account_credentials`, S = await fetch(v, {
2795
2795
  method: "POST",
2796
2796
  headers: {
2797
2797
  "Content-Type": "application/json"