We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71063e1 commit 932763cCopy full SHA for 932763c
1 file changed
src/utils/api.ts
@@ -77,7 +77,7 @@ export async function queryApi(path: string, apiToken: string) {
77
return await fetch(`${API_V0_URL}/${path}`, {
78
method: 'GET',
79
headers: {
80
- Authorization: `Basic ${btoa(`${apiToken}:${apiToken}`)}`
+ Authorization: `Basic ${btoa(`${apiToken}:`)}`
81
}
82
})
83
0 commit comments