Skip to content

Commit 08f693e

Browse files
committed
chore: remove redundant header comment
1 parent 23ff8b9 commit 08f693e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/apiClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const DEFAULT_HEADERS = {
2020
"Content-Type": "application/json",
2121
Accept: "application/json",
2222
...config.customHeaders,
23-
"x-api-key": config.authToken, // DOKPLOY_API_KEY remains authoritative.
23+
"x-api-key": config.authToken,
2424
} as const;
2525

2626
// Create axios instance with configuration from clientConfig

0 commit comments

Comments
 (0)