Skip to content

Commit

Permalink
docs: add .proxy to /api/token call in README (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
afgiel authored Aug 28, 2024
1 parent f34ae1b commit 2ac32fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function setup() {
});

// Retrieve an access_token from your application's server
const response = await fetch('/api/token', {
const response = await fetch('/.proxy/api/token', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit 2ac32fb

Please sign in to comment.