mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Update @antfu/eslint-config dependency to 2.11.4
This commit is contained in:
@@ -56,7 +56,7 @@ The next step generates the token and assumes you have an authorization value as
|
||||
```ts
|
||||
// Now that we are logged in, we need to request the updated controls from the server.
|
||||
// These will now have more values than in the previous example.
|
||||
const indexResponse = await fetch('http://localhost:3000/.account/', {
|
||||
const indexResponse = await fetch('http://localhost:3000/.account/', {
|
||||
headers: { authorization: `CSS-Account-Token ${authorization}` }
|
||||
});
|
||||
const { controls } = await indexResponse.json();
|
||||
|
||||
Reference in New Issue
Block a user