@tightrope-dev/link-component 0.1.0 → 0.1.1
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ import '@tightrope-dev/link-component/styles.css';
|
|
|
18
18
|
|
|
19
19
|
function App() {
|
|
20
20
|
// Get your link token from the Tightrope API
|
|
21
|
-
const linkToken = await fetch("api.tightrope.dev/
|
|
21
|
+
const linkToken = await fetch("api.tightrope.dev/link_token", {
|
|
22
22
|
method: 'POST',
|
|
23
23
|
headers: {
|
|
24
24
|
'Content-Type': 'application/json',
|