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 23ff8b9 commit 08f693eCopy full SHA for 08f693e
1 file changed
src/utils/apiClient.ts
@@ -20,7 +20,7 @@ const DEFAULT_HEADERS = {
20
"Content-Type": "application/json",
21
Accept: "application/json",
22
...config.customHeaders,
23
- "x-api-key": config.authToken, // DOKPLOY_API_KEY remains authoritative.
+ "x-api-key": config.authToken,
24
} as const;
25
26
// Create axios instance with configuration from clientConfig
0 commit comments