Thanks to visit codestin.com Credit goes to github.com
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 eb401ee commit 3326214Copy full SHA for 3326214
‎client/packages/lowcoder/src/pages/setting/environments/services/environments.service.ts
@@ -79,7 +79,7 @@ export async function getEnvironmentWorkspaces(
79
80
// Set up headers with the API key
81
const headers = {
82
- "X-API-Key": apiKey,
+ Authorization: `Bearer ${apiKey}`
83
};
84
85
// Make the API request to get user data which includes workspaces
0 commit comments