We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34ae1b commit 2ac32fbCopy full SHA for 2ac32fb
README.md
@@ -47,7 +47,7 @@ async function setup() {
47
});
48
49
// Retrieve an access_token from your application's server
50
- const response = await fetch('/api/token', {
+ const response = await fetch('/.proxy/api/token', {
51
method: 'POST',
52
headers: {
53
'Content-Type': 'application/json',
0 commit comments