mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
fix query url
This commit is contained in:
@@ -19,10 +19,7 @@ async function fetchData() {
|
||||
}
|
||||
}`;
|
||||
|
||||
const data = await q(query, 'https://api.opencollective.com/graphql/v2', 'Open Collective', {
|
||||
Authorization: `bearer ${GITHUB_TOKEN}`,
|
||||
|
||||
const data = await q(alternativeQuery, 'https://api.opencollective.com/graphql/v2', 'GitHub', {
|
||||
const data = await q(query, 'https://api.github.com/graphql', 'GitHub', {
|
||||
Authorization: `bearer ${token}`,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user