chore: Internal request filtering

This commit is contained in:
Tom Moor
2022-07-05 11:06:47 +02:00
parent 4e189b8970
commit c6fdffba77
8 changed files with 38 additions and 7 deletions

View File

@@ -82,7 +82,6 @@ export class StateStore {
export async function request(endpoint: string, accessToken: string) {
const response = await fetch(endpoint, {
method: "GET",
credentials: "same-origin",
headers: {
Authorization: `Bearer ${accessToken}`,
"Content-Type": "application/json",